Astrolero is 2D space shooter written in python using EAF and pygame.
- >=eaf-0.1.2
- >=pygame-1.9.2
$ pip install astrolero
$ poetry install
$ poetry run pytest -s -v tests/ # run all tests
$ poetry run pytest --cov=astrolero -s -v tests/ # run all tests with coverage
- To be added