Play game
Lumm-e's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Overall impression | #1 | 4.333 | 4.333 |
Theme | #1 | 4.296 | 4.296 |
Visuals | #1 | 4.852 | 4.852 |
Fun | #2 | 3.741 | 3.741 |
Music & Sounds | #2 | 3.889 | 3.889 |
Innovation | #2 | 3.889 | 3.889 |
Controls | #3 | 3.778 | 3.778 |
Ranked from 27 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Glowing mushroom disapeared when I tried to take it and couldn't complete the puzzle. Otherwise it was a nice game. I really like the tree structure and the shaders. Nice.
I am happy you liked the game. When the mushroom is held gravity is still affecting it so it can fall so fast it skips all the colliders, you can restart the level with R and then make sure you release it every now and then :D. I manged to fix it but we will upload it sometime after the voting ends along with some other minor fixes.
Glowing mushroom disapeared when I tried to take it and couldn't complete the puzzle. Otherwise it was a nice game. I really like the tree structure and the shaders. Nice.
Lovely fun game! Very polished, espetially the graphics! Thanks for creating it.
Thanks for your nice words!
I love the game. The graphics are beautiful and I enjoyed the puzzles (even they are simple).
Thanks <3
We have some other prepared with more types of mushrooms that did not make it to the final cut :)
I plan on finishing them and releasing after voting ends!
Beautiful graphics, loved the puzzles. Had a little trouble getting on those growing platforms when they are steep, but otherwise, wonderful.
Have you tried simply restarting the level using the R key? It should solve this I think :)
Nope, I have not, but thanks, I will try it later:)
I am glad you liked the art. Its a shame you encountered a bug, it seems it only happens sometimes, when I tried I got the bug once and other times it loaded next level correctly. We had no problems on multiple machines. Restarting the game might fix it. If you wanna see the rest the video that is on itch right now contains the whole playthrough.
I encountered the same bug as well. Other that that I think the game looks very good and feels very smooth!
This is my favorite game in this jam. Nice features, no significant bugs and great visuals. Good Job
Thanks alot!
As all jammers probably, we wanted to do way more but in the end were glad we managed to put this version together :D
The puzzles are simple but interesting. The game excels in the visual part - the attention to detail on the animation of the robot and the visual effects is great. I sometimes had problems with the wheels getting stuck or not acting like I would have wished. I am very interested in the mechanics of the growth of the mushrooms. Can I ask how you implemented the spline that connected the platforms in the game?
Thanks for playing, we're glad you like the visuals!
As for the growing spline, we have a source point and a target bezier curve in the simplest form. We build a binary tree with one root and a given number of leaf nodes, then place the root at a specified position and the leaf nodes uniformly along the target curve. The positions of the intermediary tree points (not leaves or root) are then iteratively modified via a procedure that tries to place each node between its parent and children, which results in the beautiful structure seen in the game.
We also add some additional effects - growing is done in the unity shader graph where each line gets thicker as time progresses, taking into account the tree structure; The whole tree except the root is moving a bit to simulate wind (which is sadly also the biggest problem since platforms are sometimes hard to get on because of the random movement); And we add particles on top of the leaf nodes. We are also able to compute the edge collider of the resulting tree (taking the wave effect into account), and combining that with the unity one-way platform effector enables the player to use the trees as platforms :D
If you are interested in more details, be sure to ask!
Mushoroomy puzzle game with calming music and environment. Sometimes the spawned mushroom floors weren't exactly placed and I had problems going over them, but the effect was really cool! Finished the whole game, it was fun.
Thanks for playing! <3