A downloadable game for Windows

You need to motivate your hero and try to survive on unhabitated islad.

This is my first "game"(or maby raf prototype) for Palette Jam 2


Modular Terrain Pack by Keith at Fertile Soil Productions https://fertile-soil-productions.itch.io/modular-terrain-pack

FREE Low Poly Character Pack by adamzhajdu   https://adamzhajdu.itch.io/free-low-poly-character

Short Stack Font by Google https://fonts.google.com/specimen/Short+Stack#standard-styles

Ultimate House Interior Pack by Quterninus https://www.patreon.com/posts/ultimate-house-38448096

Jungle Music by Enprogames https://opengameart.org/content/jungle-music

Wolf by PixelMannen  https://opengameart.org/content/wolf-2

I decided to use Godot because it is lightweight open source game engine. I think this engine is beginner friendly (you can create game and test it without eternal dependency ).

I wanted to make simple game with procedural world generation but it was out of rich for my first game. The first step was to create bunch of island(level) and then randomize it (I ended not doing it either). So I have same game early on. Then I wanted to add shader that can take viewport texture and applay pallte to it but it was diffult task I don't wanted to change color of external assets. I think in curent version of godot (3.x) It 's dificult to acess all information needed by shader (depth and normal are only in spatial shader but it is easier to make postprocesing as canvas item shader).I ended making it spatial shader that cover 3d camera view. 

To make island I used Modular Terrain Pack by Keith at Fertile Soil Productions and my tool script to snap positon to grid. I am very happy with godot's "tool" keywoard. 

THIS IS ONLY GAME PROTOTYPE. All feedback welcome.

Download

Download
(GameJam)Can I take a break 1.0.0.exe 35 MB
Download
(GameJam)Can I take a break_1.0.1.zip 13 MB

Leave a comment

Log in with itch.io to leave a comment.