Page 1 of 1

Good Game Programming Referneces

Posted: Wed Dec 11, 2002 7:07 am
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.

Re:Good Game Programming Referneces

Posted: Fri Dec 13, 2002 11:50 am
by Tim

Re:Good Game Programming Referneces

Posted: Thu Dec 19, 2002 2:33 pm
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.

Re:Good Game Programming Referneces

Posted: Thu Dec 19, 2002 2:41 pm
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