Entry for the Global Game Jam 2023 with the theme "Roots"!

Goal

Create blossoms on the tiles that are colored in purple.

Controls

Connect the command nodes of your vine and watch it grow! You can connect the nodes by dragging the output channel (red) and drop the connection to a input channel (green) of another node

Each branch follows the instruction tree from top to bottom. After reaching the last instruction it starts over from the top! 

Move forward in the current direction
Spawn a blossoms at the current location
Turn left (from the current move direction)
Turn right (from the current move direction)
Create a new branch that moves to the left and move itself forward.
The new Branch will start the instruction tree from the top. The current branch will continue with the next instruction
Create a new branch that moves to the right and move itself forward.
The new Branch will start the instruction tree from the top. The current branch will continue with the next instruction
Create two branches one that moves to the left and one that moves to the right. The current brnach itself is terminated
The new branches will start the instruction tree from the top.
Move towards the sun (top)
This is a contextual command. For example if the branch is currently moving to the bottom right it will rotate 60° to the left and move to the top right. But if the branch was moving to the top left it will rotate 60° to the right and move up


Credits

StatusReleased
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
AuthorTheras
GenrePuzzle
Tags2D, Relaxing, Singleplayer

Leave a comment

Log in with itch.io to leave a comment.