python_notes/Turtle/Drone Invaders
2022-07-28 16:00:29 -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 now crashes when shooting a bomb 2022-07-28 16:00:29 -05:00
boundedturtle.py Cleaned up code, added doc files 2022-07-28 14:55:15 -05:00
drone.py Drone Invaders now crashes when shooting a bomb 2022-07-28 16:00:29 -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 Created README.md 2022-07-28 14:52:48 -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).