boot.dev guided project to learn python
Find a file
2024-10-08 20:00:59 +03:00
.gitignore feat: game loop 2024-10-08 16:08:41 +03:00
circleshape.py feat: player triangle and formatter 2024-10-08 20:00:59 +03:00
constants.py feat: player triangle and formatter 2024-10-08 20:00:59 +03:00
main.py feat: player triangle and formatter 2024-10-08 20:00:59 +03:00
player.py feat: player triangle and formatter 2024-10-08 20:00:59 +03:00
README.md feat: player triangle and formatter 2024-10-08 20:00:59 +03:00
requirements.txt first commit 2024-10-08 15:38:46 +03:00

Asteroids

Setup

python3 -m venv venv                                                                            
source venv/bin/activate                                                                    
pip install -r requirements.txt