Game Programming

Contents Go Here

Links:

  • Video Tutorials Rock - A site with good clean examples and tutorials. Tutorials are in text and video format.
  • NeHe - Good site with lots of tutorials, not as clean as the above but more there.
  • SDL - I need to look into this a bit more, seems like the way to go.
  • Some Photoshop stuff
  • Game States
  • Some C++ reference

I have done a fair bit of work and have gotten a BASIC asteroids clone done (just a player that can move and shoot (only 4 bullets on the screen at once ATM).

Anyways there is enough there to strip out the files in the Game Group in Xcode (as long as there is the Game.h and Game.cpp files with the right methods), and replace with whatever you want.

Here is the Game Xcode project