A fun educational game that combines math practice with space shooting mechanics!
- First, ensure you have all requirements installed:
pip install -r requirements.txt- Clean any previous builds:
rm -rf build dist- Build the app:
python setup.py py2appThe finished app will be in the dist folder as MathSpaceShip.app.
To distribute the app:
- Navigate to the
distfolder - Right-click on
MathSpaceShip.appand select "Compress" - Share the resulting
MathSpaceShip.app.zipfile
- macOS 10.10 or later
- 64-bit processor
- Type numbers to answer math questions
- Press Enter to submit your answer
- Press Backspace to correct your answer
- Practice math operations (addition, subtraction, multiplication, division)
- Visual feedback for correct/incorrect answers
- Score tracking
- Sound effects and background music
- Progressive difficulty
uv venv --python 3.10.11
source .venv/bin/activate
uv pip install -r requirements.txt
uv lock
uv export > requirements.txt