Priyansh61 / Space-Fighters

Space-Fighters open source game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Fighters

main image

About

Space fighters is an open source game purely made for entertainment and learning purposes.

It is written on python and built using the pygame library.

Installation

The game is in developing stage so the bundled version is not available for the time being.

You can run the game easily if you have python installed on your system.

Open the terminal in a new folder

  1. Clone the repository
    $ git clone git@github.com:Priyansh61/Space-Fighters.git
  2. Navigate to the directory
    $ cd ./Space-Fighters
  3. Install pygame
    $ pip install pygame
  4. Now you are ready to enjoy the game
    $ python3 main.py

Feature Update :

  • Different player Ship for each level
  • Health and laser booster coming soon
  • Evolving Enemy ships will be added soon

Remarks :

  • Drop your suggestion in the discussion panel, your feedback is valuable.
  • Please share and give stars if you like the game.
  • If you have some time, please look on the issue section and help your fellow developer fix them.

About

Space-Fighters open source game

License:MIT License


Languages

Language:Python 100.0%