I've done a tutorial, now what?

CharlyZA (5)
I did a long tutorial on c++ to make console programs. How would I use the skills I know to make a game with simple graphics? What is a good engine? Thanks :)
hamsterman (4327)
Now you can start another tutorial! http://www.sfml-dev.org/tutorials/1.6/

Also, it's not to make console programs that you were supposed to learn. While all tutorials only teach you to do that kind of programs, the cin/cout part is sort of irrelevant. Make sure you have an understanding of the rest.
Last edited on
L B (3327)
Rule of thumb: don't make console games. The console is nice when you're testing individual things in C++, but it's horrid for games ;)
Last edited on
Registered users can post here. Sign in or register to post.