PDA

View Full Version : C++ game prog?



jakovo
March 10th, 2012, 11:45 PM
first of all hi im new here second i been studyng C++ and i practicly mastered all the basics there is but know i would like to program games with it so can anyone tell me any kindof tutorial that good or any kind of game engine i would need to start out ? any advice apreciated

Simian Man
March 10th, 2012, 11:52 PM
For a beginner, I like SDL (http://www.libsdl.org/). Here's some great tutorials (http://lazyfoo.net/SDL_tutorials/).

jakovo
March 11th, 2012, 12:39 AM
thanks il give it try .anybody else has some advice?

MG&TL
March 11th, 2012, 10:50 PM
Only to second what Simian Man said. Make sure you have classes in particular under your belt, otherwise it becomes a bit manic.

Make something simple first, then see if you still want to make a game.