Mission Interstellar is a 2D game based on a spaceship that needs to rehabilitate human civilization to another habitable planet as the earth is no more habitable for humans. In this game fuel of the spaceship is limited. The player needs to dodge planets, asteroids, meteors and black holes, avoid getting pulled into big planets and reach the target planet. This game consists of 5 levels. The game contains a beautiful and important message for the youth that appears on completing the game (level 5).
- Install Python
- Install Pygame via terminal pip install pygame
- Go to the project directory and run the “Mission_Interstellar.py” file or run this command from the terminal from the project folder location. python Mission_Interstellar.py
You can directly download executable file from here or you can download whole repository from here.
- Press UP arrow key to move forward
- Press DOWN arrow key to move backward
- Press Left arrow key to turn left
- Press Right arrow key to turn right
- Press SPACE key for emergency brakes
If you are a developer and you wish to contribute to the app please fork the project and submit a pull request. Follow Github Flow for collaboration!