boot.dev guided project to learn python
| .gitignore | ||
| circleshape.py | ||
| constants.py | ||
| main.py | ||
| player.py | ||
| README.md | ||
| requirements.txt | ||
Asteroids
Setup
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt