spacevader

A simple space invader game developed purely in Python


Keywords
space, invader, vader, spaceinvader, space-invader, spacevader, space-vader
License
MIT
Install
pip install spacevader==0.0.4

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package

A simple space invaders game developed purely in Python

  • Free software: MIT license

![alt text](https://github.com/pratikms/spacevader/blob/master/screenshots/GameInProgress.png?raw=true "Game in progress") ![alt text](https://github.com/pratikms/spacevader/blob/master/screenshots/GameOver.png?raw=true "Game over")

Installation

pip install spacevader

You can also install the in-development version with:

pip install https://github.com/pratikms/spacevader/archive/master.zip

Documentation

https://spacevader.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox