+ 1
How do i use coding to create a game
2 Answers
+ 13
learning c++ is not enough. you should learn other tools.
+ 4
You'll need to use a graphics library, for one. Check out Allegro; it's fast and pretty easy to use.
Other popular choices include SDL and SFML, though Allegro has more game-specific constructs.