This is a submission to Godot Wild Jam #80.

In this game, you are a CapsuleMan that will try to keep his food and his water bars high by collecting coconuts (water) and mangos (food). If one of the two goes down to zero, he will die. The game is split into 20 days that he have to survive, each day being more complex than the previous one.

But beware, because in the deep of the night the ground may shift…

Good luck!


Known bugs: In the pause menu, the mouse doesn't work. You will have to use the keyboard only. I tried to fix it, but I didn't manage. If anyone has an idea of why this happens and a possible fix, please email me at samdug@protonmail.com.

Github Repo:https://github.com/samdug2011/Island-Survival

Published 1 day ago
StatusReleased
PlatformsHTML5
Authorsamdug2011
GenreSurvival
Made withGodot
Tags3D, Funny, Godot

Download

Download
windows_game.zip 122 MB
Download
linux_game.zip 117 MB
Download
source_code.zip 528 MB

Install instructions

Download the .zip file for your OS, unzip, double-click on the executable and, enjoy!

Note: Linux user might need to make the file executable

Comments

Log in with itch.io to leave a comment.

For the mouse not working on the menu buttons, I would check if you have a Container on top of them that is blocking the mouse input from getting passed to the buttons. Check for anything that should not be getting mouse input that might have the Mouse Filter set to Pass or Stop. Change this to Ignore and input should get to the buttons.