Play game
Planting Uneasy Feelings's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Graphics | #70 | 1.667 | 3.333 |
Audio | #71 | 1.167 | 2.333 |
Originality | #72 | 1.667 | 3.333 |
Accessibility | #73 | 1.000 | 2.000 |
Theme | #73 | 1.500 | 3.000 |
Fun | #73 | 1.167 | 2.333 |
Controls | #73 | 1.333 | 2.667 |
Overall | #73 | 1.357 | 2.714 |
Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Godot Version
3.3.2.stable.custom_build.7610409b8 (Godot-kotlin 0.2.0-3.3.2)
Wildcards Used
none
Game Description
You play as Claris as you inflict the curse of turning into a tree on a person that will uncontrollably spread it to others. This is the first game I've made using Godot with the Kotlin/JVM module. The game is relatively short with five levels total.
Source
Yes; it's already online at https://github.com/alicerunsonfedora/planting-uneasy-feelings
Discord Username
alicerunsonfedora#1948
Participation Level (GWJ only)
My first time participating in this jam
Participation Level across all Jams
This is my fifth jam that I've participated in.
Leave a comment
Log in with itch.io to leave a comment.
Comments
PLEASE READ!
Due to a massive oversight on my end, the JRE that comes with the game only works on macOS. Please read the support doc on how to get a JRE that works for your platform!!!
https://marquiskurt.itch.io/planting-uneasy-feelings/devlog/286720/what-to-do-if-the-game-doesnt-launch
I tried running this game on Linux but unfortunately when i unpack and double-click the .x86_64 the window flashes open and closes immediately
Please see the support document “What to do if the game doesn’t launch”: https://marquiskurt.itch.io/planting-uneasy-feelings/devlog/286720/what-to-do-if-the-game-doesnt-launch
The jlink command did the trick! left you a rating just now.
Just wanted to put this here, but I’ve pushed out a hotfix for the game that lets you get past the dialogue. Turns out I forgot to register a signal with the
@RegisterSignal
decorator, though it worked fine in the editor.