Space Invaders added

This commit is contained in:
ben 2022-07-28 16:34:12 -05:00
parent 321ba3c9b9
commit b6366386c5
17 changed files with 150 additions and 1 deletions

View file

@ -1,2 +1,4 @@
## Drone Invaders
A *very* basic Space Invaders/Galaga style game made using turtle (and pygame, but only for sound and music).
A *very* basic Space Invaders/Galaga style game made using turtle (and pygame, but only for sound and music).
Atkinson's original is posted on canvas, but this is a lot cleaner code. I can't really tell if it works though,
because it runs *very* slowly on the school computers.