Help to create my first simple 2D c++ game

hi, i have been teaching myself c++ for about 6 months or so and i have come the the point where i would like to try and create a simple... very simple 2D game mainly to get my head around vectors, moving objects, etc, can anyone recommend and sites etc to help me research and begin this quest?


thanks
try SFML :)
What API library are you going to use? if you're using SFML then read this book (by the way i highly recommend SFML if you're just starting out with game development) http://www.amazon.com/SFML-Game-Development-Jan-Haller/dp/1849696845 (The book is really great though it does require you to know all the basics of C++ including certain advanced topics such as templates)

Have fun! ;)

EDIT: http://www.youtube.com/playlist?list=PLW3Zl3wyJwWOpdhYedlD-yCB7WQoHf-My
Last edited on
cheers people, i was leaning towards SDL or DirectX (only because the manual examples are in DirectX) but DirectX is the devil for a noob like me to work with.

il head off and check out SFML, thanks for the input,
Topic archived. No new replies allowed.