Recomendations

Started by
0 comments, last by yaustar 17 years, 8 months ago
First off, yes I did read the Beginner section of the Resources section, but I want some more oppinions. I would like to start programming games for fun, not as a job. Athough it was my dream to be a Game Dev for many years at 25 with a kid shooting out of my wife in a few months I feel too old to start on the path. I have a degree as a web developer and know many web scripting languages. I've done flash and actionscript for many years which has been my outlet for game development but I desire something more powerful. I have dabbled in C++ back in High School for a couple years but never did anything too fancy. Same thing with VB. I'm familiar with OOP and the theory behind programming in such a way that I'm very comfortable diving into any language because I know how to go about things I just don't know the syntax. My question is, What is a good book for someone to purchase who wants to start turning his flash games into desktop games for himself and his friends. I've been reading reviews on Amazon.com and such but I'm not sure what fits for my level knowledge. I'm looking for something so that I won't get lost in the unfamiliar C++ syntax but doesn't spend an entire chapter on If then statements or For Loops and when to use them and such. I want to actually work on a sample project or something where I do build an actual game (not a text based dos game) which I can slowly mold and modify into something of my own design. Any help would be appreciated as well as what software and dev tools I should aquire for making basic games. Thank you for any advice and personal reviews of resources you found helpful.
Advertisement
hmm.. I would think that Game Coding Complete might okay as it focuses on Game Development rather then the language to an extent but requires the user to be at least versed in the C++ language.

Resources for C++:
Workshop: http://www.gamedev.net/community/forums/forum.asp?forum_id=76
Thinking like a computer Scientist (C++ version): http://www.andamooka.org/reader.pl?section=thinkcpp
C Plus Plus Site: http://www.cplusplus.com/doc/tutorial/

Thinking In C++ Vol 1 & 2: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
SDL tutorials: http://lazyfooproductions.com/SDL_tutorials/index.php
OpenGL tutorials: http://nehe.gamedev.net/

C++ FAQ lite: http://www.parashift.com/c++-faq-lite/
Matrix Math FAQ: http://www.gamedev.net/reference/articles/article1691.asp
Vector Math FAQ: http://www.j3d.org/matrix_faq/vectfaq_latest.html

Another path to take is to use python with pygame which is probably a better other option for you given that you want to do this as a hobby. The language is quick to learn, verstile and usually a quick development time.

e.g. How To Build a Game In A Week From Scratch With No Budget

Steven Yau
[Blog] [Portfolio]

This topic is closed to new replies.

Advertisement