You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Asteroids game made with Python. The player controls a spaceship and shoots asteroids that split into smaller ones. This is a guided project from Boot.dev and it helped me practice game logic, classes, and vectors.