I've done a tutorial, now what?

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 :)
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
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
Topic archived. No new replies allowed.