How Do I Start Developing A Game?


Status
Not open for further replies.

vapourstreak

Still Fresh
Hey,

I want to start developing a game or something for the Wiz when it comes out, but I ahve no idea what to do. Do I learn C++ First? What do I do after that? Anyone wanna help me?

Thanks,
Vapour
 
search on amazon for a book on c++ (or c depending on which principles are easier for you to problem solve).

Once you have the basics down, SDL is another step to take:
http://www.lazyfoo.net/SDL_tutorials/index.php

And there are several dev packages you can use to write/compile the code in the file archives... For GP2X, but you can start learning to write programs for PC using SDL and it will be fairly straight-forward to make them work on the Wiz.

If you get stuck ask for help :)
 
Status
Not open for further replies.
Back
Top