Archive for May, 2008

Game Xcode Project

Thursday, May 15th, 2008

I’ve published my Xcode Project of what I have done so far, its in the Game Programming Page. Thanks to the tutorials from the SDL website on initialising SDL. Thanks to nehe.gamedev.net for the tutorial on displaying text using letters in a tga file.

The game isn’t much but its further than I’ve gotten before. I’ll probably put it to rest for a while so I can go back to uni work/GTA4.

More Game stuff

Thursday, May 8th, 2008

I’ve abandoned OS stuff for now and gone back to game programming.
My generic front end engine is going alright. I’ve got the basics from some SDL tutorials and a NeHe tutorial to be able to write stuff on the screen.

I’ve updated the Games programming page with a couple of extra links.

I’m fighting c++ with some objects and its really annoying. I’m also having problems laying out my game state, ie how to transition from game menu to game play and so on.