Mario game

Hi.

I'm looking to make a simple Mario-like game but it is kind of difficult being my first ever attempt at trying to make a game. So far, I have a game framework that looks like Space Invaders, but I'm having trouble building Mario on it.

What game engine would you recommend I look for so that I can make a platformer game easier? Also, it should only require C++ as I currently don't know other languages.

Thanks.
These are not exactly game engines but rendering libraries that can meet most of your needs:

SFML(http://www.sfml-dev.org/)
-I personally like this one for its clean interface and easy to use.

SDL(https://www.libsdl.org/)
-It's cool but can get messy really easily, imo.
-Here some good tutorials:http://lazyfoo.net/tutorials/SDL/index.php
Thank you. I'll get right on that :D
Topic archived. No new replies allowed.