Skip to content

Mission Interstellar is a spaceship based 2D game made with Pygame.

License

Notifications You must be signed in to change notification settings

PatelVatsalB21/Mission_Interstellar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mission_Interstellar

Table of Contents

Abstract

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).

Steps to play the game

  1. Install Python
  2. Install Pygame via terminal pip install pygame
  3. 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

How to Download

You can directly download executable file from here or you can download whole repository from here.

Player Controls

  • 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

Screenshots

Main Screen

Level Menu

Level 1

Options

How To Play

Ending

Game Development Purpose(Message to Youth)

Code & Issues

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!