Initial commit

This commit is contained in:
Ty
2026-06-20 17:33:06 +00:00
commit 13681f27f3
2 changed files with 21 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# asteroids
Clone of the classic 1979 Atari Asteroids arcade game. Python + Pygame implementation with vector graphics, toroidal screen wrapping, rotating/thrusting ship, shooting, asteroid breakup, scoring, and lives.