Interesting application of the theme but the game itself is too simple. Still, congrats on being able to finish your first game!
Also, for hiding the mouse in godot you can run "DisplayServer.mouse_set_mode(DisplayServer.MOUSE_MODE_CAPTURED)" in any script. There are also other mouse modes and you can change them in the middle of the program.