This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
martin509's profile picture

Game engines?

Started by martin509, 02 March 2013 - 03:11 PM
martin509 #1
Posted 02 March 2013 - 04:11 PM
Hello, I am looking to make games, but all this super-complex code is way over my head.
Still, I want a game engine. No. Lots of them.
Also, on the standard PC if you can.
Here is my petulant "I want games!" shopping list:
RPG engine
-fairly self explanatory
-top down, Zelda style
-multiple maps with doorways to each
-maps determined by external file(s)
-easy addition of melee and ranged weapons

Arkanoid Engine
-arkanoid was breakout with power ups, essentially
-map making
-powerup addition

Shooter Engine
Top-down shooter engine.
-maps, power-ups, yadda yadda.
-enemy types

So, why not make it?
If you can't make an engine, try to direct me to one if you know of it.
Thank you, I think we all need this sort of thing.
Kingdaro #2
Posted 02 March 2013 - 04:23 PM
You could probably make all of those using Game Maker.
http://yoyogames.com/gamemaker/studio

Older version:
http://yoyogames.com/gamemaker/windows
martin509 #3
Posted 02 March 2013 - 04:27 PM
Pardon me, Computercraft Game Engines.
Game Maker is wonderful, though.
Wait.. Game Maker.. CC..
I just blew my own mind.
Dlcruz129 #4
Posted 02 March 2013 - 06:55 PM
For the record, I can't stand game maker. To me, it's always been a "kiddie" way to make games. They're currently selling one of the editions of game maker for $400, when for free I could download something like Java, C, or C++ and have much more control over my games. Just my two cents. ;)/>
ardera #5
Posted 02 March 2013 - 08:37 PM
There is an RPG Engine, but I don't know whose it is…
Dlcruz129 #6
Posted 03 March 2013 - 05:01 AM
There is an RPG Engine, but I don't know whose it is…

RPG Maker VX Ace by Enterbrain. I remember that one, it was quite fun. However, it requires translation as it is in Japanese.
Kingdaro #7
Posted 03 March 2013 - 05:34 AM
For the record, I can't stand game maker. To me, it's always been a "kiddie" way to make games. They're currently selling one of the editions of game maker for $400, when for free I could download something like Java, C, or C++ and have much more control over my games. Just my two cents. ;)/>/>/>
Regardless of how "kiddie" it is, the OP states:

but all this super-complex code is way over my head.

and I wouldn't have mentioned Game Maker otherwise, because I personally hate it as much as you do. You have to put something in to get something out, and to get a great game, you either put in patience, or money. That's how it is in this day and age.
ETHANATOR360 #8
Posted 03 March 2013 - 06:20 AM
There is an RPG Engine, but I don't know whose it is…
also nitrogen fingers has one
Kingdaro #9
Posted 03 March 2013 - 09:38 AM
Remember guys, he's asking for engines, not frameworks.

IIRC, and don't quote me on this, Engines are basically already games or demoes and you just have to edit/add your code to it to fit whatever idea you might have. Frameworks are basically APIs - a set of functions that help you do what you want while you're actually creating the game. The difference is Engines already have the foundation, while Frameworks/APIs are there to help you build the fountation, and everything else.

Again, don't quote me on this, this is just what I've learned and assumed over the years.
ETHANATOR360 #10
Posted 03 March 2013 - 12:21 PM
Nitrogens Rpg engine is an engine it just uses tables loaded from a file