A simply shooter-game with an unfortunate spaceship . The game is very simple. You a are a lost spaceship in the universe and the asteroids seem to want to destroy you at all costs. How long can you survive their destruction? The game is made with Godot entirely  by me for "ScoreSpace Jam #30!". The game is updated with an online leaderboard with all players.

https://www.youtube.com/watch?v=k8OOv2eHmU0&ab_channel=ErPeraz


All rights are reserved. Play with fun

Download

Download NowName your own price

Click download now to get access to the following files:

Mad Ship.zip 31 MB

Development log

Comments

Log in with itch.io to leave a comment.

Ok guys. Another Update. Now you can download the game for windows. The leaderboard now have the result off all players and i've add a fullscreen button directly in the main menu. Enjoy.

cool game

GAME UPDATED WITH AN ONLINE LEADERBOARD

highscore check leaderboard

ok i've update the game with an online leaderboard. tnx for your feedback

happy to accidentally help

(+1)

I love it! but I have been having problems with the asteroids spawning on top of the player, A way you can fix this is by putting a tag "Player" on the ship, then in the asteroid script add:

func _ready():

var player = get_tree().get_first_node_in_group("Player")

var distance = (player.global_position - global_position).length()

if distance < 10:

queue_free()

Hope this helps!

(+1)

I' ve just update the game ;) try it now. Tnx for your feedback!