
To The Moon And Back
Created on:
Team Size: 1
Time Frame: 1 week
Tool Used: C++/SFML/Box2D
This simple spaceship game was my first C++ game made during a module of introduction to programming at the SAE-Institute Geneva. At the end of the module we had to create a game in a week with what we had learned.
SFML was used for the rendering and Box2D for the physics.

For this project I went a step further than what was asked for the module by integrating a scoring system that would keep track of the players last score locally.
What I learned
- Basic C++
- SFML
- Box2D