On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Okay, that was pretty darn good for a first game. My highest score was 17000!

Though, I would say that making player (or asteroid) hurtbox or hitbox respectively a bit smaller would make the game feel better. As for mouse required in the menu, you can fix this relatively easy by putting $Button.grab_focus() in the _ready() function.

(+1)

Thanks very much.  100% agree about the hitbox.  I'm going to get rid of the constraint where you're only allowed fly on the bottom half of the screen.  Thanks for the button grab code suggestion, I'll make sure to add that when I update this (or more likely just redo it).