python_notes/Turtle/Drone Invaders
2022-08-02 15:44:19 -05:00
..
images Added rocket image files 2022-07-28 15:19:23 -05:00
sounds Replaced game_lost_sound.wav with Kuni 2022-07-26 14:26:42 -05:00
audio.py Replace sound_and_music.py with audio.py, also renamed class to Audio 2022-07-28 14:55:40 -05:00
bomb.py Drone Invaders kinda works, can't tell because of slow school computer. 2022-07-28 16:18:07 -05:00
boundedturtle.py Cleaned up code, added doc files 2022-07-28 14:55:15 -05:00
drone.py Drone Invaders kinda works, can't tell because of slow school computer. 2022-07-28 16:18:07 -05:00
droneinvaders.py Drone Invaders now crashes when shooting a bomb 2022-07-28 16:00:29 -05:00
level_data.json New assets added to Drone Invaders, refactored vars to be lower_snake 2022-07-26 14:12:41 -05:00
level_data_easy.json New assets added to Drone Invaders, refactored vars to be lower_snake 2022-07-26 14:12:41 -05:00
main.py Cleaned up code, added doc files 2022-07-28 14:55:15 -05:00
README.md Reformatted 2022-08-02 15:44:19 -05:00
rocket.py Drone Invaders now crashes when shooting a bomb 2022-07-28 16:00:29 -05:00
scoreboard.py Drone Invaders now crashes when shooting a bomb 2022-07-28 16:00:29 -05:00

Drone Invaders

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 (I think), 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.