GRAPHIC GAME TUTORIALS

Mar 16, 2013 at 5:27am
hello,
i really want to make a 2D game with graphics, not text. I have searched on google but did not find what i was looking for. Can someone please send me step by step tutorials, preferably video tutorials please. Thank you in advance.
Mar 16, 2013 at 6:59am
Look into SFML: http://www.sfml-dev.org
The site has good tutorials and a complete documentation.

You could also try SDL: http://www.libsdl.org
And here is a good tutorial series for SDL: http://lazyfoo.net/SDL_tutorials/index.php
Last edited on Mar 16, 2013 at 7:00am
Mar 16, 2013 at 7:02am
Apart from those tutorials, are there any tutorials on actually making a game? with SDL or OpenGL
Last edited on Mar 16, 2013 at 7:03am
Mar 16, 2013 at 8:05am
go look at lazyfoo.com, its not SFML but SDL. SFML is a derivative (oop) version of SDL, although independant of SDL, it should be easy to use if you have mastered the concepts of c++.
Topic archived. No new replies allowed.