GRAPHIC GAME TUTORIALS

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.
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
Apart from those tutorials, are there any tutorials on actually making a game? with SDL or OpenGL
Last edited on
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.