1st Time
-
Newguy
1st Time
Alright, so basically i am a new guy in this field, i'm 17 and i have never did anything in regards to games, all the engines out there i dont understand anything, i was like 20 min ago trying to do something on chrome engine and nothing......i seek help and knowledge, so if someone can give me hints to where to start that would be great. This agme engine looks cool, but i havent download it since i know i dont know what to do with it.

Well, Irrlicht is a graphics engine with some "game engine" features like basic input handling. You would need other libraries for things like sound, networking, data handling, etc...
You have to program the game in C++. It's not a drag and drop thing like Clik-n-Play. You need to figure out the parts of your game, how to store that data, when to load what where, etc...
You have to program the game in C++. It's not a drag and drop thing like Clik-n-Play. You need to figure out the parts of your game, how to store that data, when to load what where, etc...
Crud, how do I do this again?
-
NewGuy
These tutorials should get you started in understanding game engine design:
http://www.skyesurfer.net/keless/vgp/
http://www.skyesurfer.net/keless/vgp/
a screen cap is worth 0x100000 DWORDS