River Raid based Space Raid implementation in Python
- Python 3.8+ (tested with Python 3.12)
- Install Python 3.8 or higher
- Install dependencies:
pip install -r requirements.txt - Run the game:
python __init__.py
To run tests:
python -m unittest discover tests -v