Jumping Cube
Jumping Cube is a simple 2D game made in Visual Studio using C++. I've used SFML and Box2D to create and draw the objects.
In the game the player has to jump on platforms and collect coins until the cube reaches the final portal. The player dies if the cube fails to land on a platform or touches the enemy.