+ 1

How do i use coding to create a game

25th Mar 2017, 4:42 AM
Percy Arthur
2 Answers
+ 13
learning c++ is not enough. you should learn other tools.
25th Mar 2017, 4:58 AM
Agus Mei
Agus Mei - avatar
+ 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.
25th Mar 2017, 4:47 AM
Squidy
Squidy - avatar