diff --git a/scenes/game.gd b/scenes/game.gd deleted file mode 100644 index 3cf3912..0000000 --- a/scenes/game.gd +++ /dev/null @@ -1,10 +0,0 @@ -extends Node2D - -# TODO: Make a HUD that shows "level" and "score" (& maybe high score) -# TODO: Display a game over screen when the ship is hit by a comet with abilty to restart -# TODO: Create a node that randomly spwans some comets on the map -# TODO: Detect when all comets are gone and increase the level (& maybe speed?) -# TODO: Make a space like background, maybe some scrolling, maybe randomly generated -# TODO: Make a small title screen that starts before the game scene -# TODO: MAYBE track high score in a file -