python_notes/Turtle/Drone Invaders/README.md

7 lines
307 B
Markdown
Raw Normal View History

2022-07-28 14:52:48 -05:00
## Drone Invaders
2022-08-02 15:44:19 -05:00
2022-07-28 16:34:12 -05:00
A *very* basic Space Invaders/Galaga style game made using turtle (and pygame, but only for sound and music).
2022-07-28 16:38:05 -05:00
2022-08-02 15:44:19 -05:00
Atkinson's original is posted on canvas (I think), but this is a lot cleaner code. I can't really tell if it works
though,
2022-07-28 16:34:12 -05:00
because it runs *very* slowly on the school computers.