
This is a gravity game that simulates the gravitational effect of each planets on the space shuttle. The game helps the players gain some intuition about the gravitational dynamics. So the gravitational calculations rely on Newtonian dynamics.
Why I made this game:
I was first inspired by the handmadeHero project to code a 2D game engine from scratch in C++ without using any library. So I started programming the game by activating a single pixel at the corner of the client area. Then I learned how to load bitmap files, rotating images, and lots of other techniques, and made this game. Although I am not a real PC gamer, I love the idea of making video games, and this game was my first complete video game.
How To Play
The goal is to drive the spacecraft directly towards the earth without getting pulled and collide to the other planets. Also there is limited fuel for each level, and as the fuel is used, the spacecraft’s mass decreases, so it will accelerate faster.
Up arrow: Accelerate the spacecraft forward.
Left arrow: Rotate the spacecraft anticlockwise.
Right arrow: Rotate the spacecraft clockwise.
- Download the game: windows 64bit release
- Get the source code: Source Code