If you've already submitted did you even make the game during the jam? The jam just started
something0
Creator of
Recent community posts
#in my game over script in the gameOver scene
var mainScene = preload(“scene.tscn”).instantiate()
func playAgain():
get_tree().root.add_child(mainScene)
self.queue_free()
#in the main scene
var gameOverScene = preload(“gameOver.tscn”).instantiate()
func gameOver():
get_tree().root.add_child(gameOverScene)
mainScene.queue_free()
I was going to add a sell button so you could sell the gear with the motor and put a new crank on it but I never had any time to. Also, I tried to make an outline on things that could be interacted with when you hover over it but it didn’t work and instead of trying to fix it I decided to prioritise adding new things. I didn’t think about any kind of intermission I really should have added that.
Jesus christ I don't think my ears will ever hear again after how load the sound was initially lol. This is one of the most underrated games of the jam so far. I have a few suggestions which could make it better though. Firstly, all the statistics in the bottom left should stay present when upgrading so I don't need to keep my eyes fixed on that the whole game. Also the shooting could be more satisfying, I would consider the laser being able to penetrate through multiple asteroids instead of just one by one.
The game is interesting. Would work well as a mobile game if the levels were made at a standard resolution for phones. Also, there should definitely be more, harder levels as currently it’s really easy to complete. I want to mention it seems that there is no audio unless it’s bugged it would be beneficial to add audio as it makes game more enjoyable.
They have it on their website as well "https://discord.com/servers/jame-gam-741533650176442370"