Hey there. I'm largely self taught on C++. I was looking to get into game programming, but don't know how to get started. Is there a tutorial or book that I can use to learn? I appreciate any help or advice you can give.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
http://www.aaroncox.net/tutorials/
The tutorials on here are for games, it specifically teaches you how to make games like pong, breakout, tetris etc. using SDL. Read through, understand the code, copy it, then try to do it on your own. Learning simple easy games will help when creating larger projects in the future.