Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 357 Bytes

File metadata and controls

17 lines (13 loc) · 357 Bytes

Space Raid

River Raid based Space Raid implementation in Python

Requirements

  • Python 3.8+ (tested with Python 3.12)

How to run the game:

  1. Install Python 3.8 or higher
  2. Install dependencies: pip install -r requirements.txt
  3. Run the game: python __init__.py

Development

To run tests:

python -m unittest discover tests -v