Good Game Programming Referneces

Programming, for all ages and all languages.
Post Reply
GameMan

Good Game Programming Referneces

Post by GameMan »

Hi all,

Just noticed all the talk of game programming and stuff going on here and wanted to know if anyone knows of any **good** tutorials on game programming, I know C\C++, Asm, VB and Delphi.

Just some simple stuff to start with, I don't want to jump in over my head, I will never get a finished product if I do that. Also, do you guys have any games that you have created and are open source, or even just freely available, I would like to check some out. thanks.
K.J.

Re:Good Game Programming Referneces

Post by K.J. »

If you don't mind spending some money, get any book on game dev you can that's written by Andre LaMothe(Tricks of the Windows Game Programming Gurus is very good).

K.J.
Zonkie

Re:Good Game Programming Referneces

Post by Zonkie »

If you plan on making adventure games, take a look at AGI. Although you would have to learn the language, it is really simple and allows you to do quite a lot of things in a small time. Or if you want to have more advances features, try SCI. There are very good tutorials on both, so learning it shouldn't be a problem. There are many fanmade AGI and SCI games out there, and you can open them in the editor and look at the source. As far as I know all fanmade games of those are free.

I hope this helped,

Zonkie
Post Reply