/Space-Invaders

Primary LanguagePythonMIT LicenseMIT

Space Invaders

Space Invaders is a popular game, here its implemented in python.

Installation

OS X & Linux:

pip install -r requirements.txt

Windows:

pip install -r requirements.txt

Usage example

Run the main.pyw file to play the game

Meta

Harshil – My Githubharshilpandey57@gmail.com

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/Harshil783/Space-Invaders)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request