gamermomentum 2021-10-03 20:45
Wow. That was so hard. My advice to you would to be make an easy mode. Also the sound effects are so loud, but I like how they sound. Maybe turn down the volume.
Foon → Ludum Dare Explorer → LD49 → Komuro
By ghoulean
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Overall | 281 | 3.46 | 33 | |
| Fun | 315 | 3.27 | 33 | |
| Innovation | 82 | 3.91 | 33 | |
| Theme | 520 | 2.46 | 32 | |
| Graphics | 465 | 2.77 | 33 | |
| Audio | 391 | 2.56 | 33 | |
| Mood | 422 | 2.75 | 30 |
Wow. That was so hard. My advice to you would to be make an easy mode. Also the sound effects are so loud, but I like how they sound. Maybe turn down the volume.
The idea is super neat, this would be a really relaxing mobile game! Please make a mobile version! Not really in theme though. But great game anyway!
Very neat idea! You really sniped the computer graphics / lowpoly modeling fans with this one :)
That was so cool, really unique take on the theme, are the levels randomly generated?
@slimmerburger Yes, the levels are randomly generated. Sometimes the vertices are generated so that the lines look like they are overlapping. I don't know how to efficiently generate a "good" set of vertices though which is why I added a new level button in case one level has a particularly nasty set of overlapping lines.
I loved it!
It took me a few levels before I grasped what the goal was. I was accidentally solving them for a bit there. Maybe having a tutorial level or two would help users avoid that confusion. Other than that, I liked it!
Good practice for low poly artists, who get to flip edges in quads pretty often lol. cool game, well done
A neat little puzzle game.
I like the sound effects and the explosion effect which make each puzzle gratifying to solve. The color scheme was also well chosen and is easily readable, for the most part.
Sometimes the valid edges are hard to see, which leads to me just random clicking lines to see if I missed something.
I'm also not really getting how this fits the theme? Unless the idea is that each shape is mathematically/structurally unstable?
Nice idea, nice sound effect (and beautiful math conclusion). Using a greedy method solved all the problems I met: find an edge that fits in a colored slot after a flip, flip it, then repeat this step until all the edges are fit. I can't prove if it is right but it seems to work.
I really liked it! There were a some where the target and the line were very close and hard to see the flip, and I think I may have clicked "new level a few times trying to get at a small line. Awesome, and I played far too many levels before I had to stop for sleep. Good job!
I would love to take a look at the code as soon as possible. Really liked the entry. It's simple, yet effective exactly my kind of games. Minimalistic design and interesting level design. Nice work!
Very nice and quite intuitive mechanic. Even though I started to accidentally solving the first ones, they kind of start to clarify to the player what is happening. I don't know if it was my impression, but as the puzzles are automatically generated, sometimes there were 2 edges on top of each other. Maybe you need to adjust the puzzle generator to avoid this.
Kind of a neat puzzle idea, I've never seen something like that. It got a little repetitive after a while. Maybe it was because I reached level 51. Still, it as a good time. Thanks!
Surprisingly addictive. I feel like if more of the puzzles weren't one move from being solved it would be even better but other than that, actually really fun.
A very clever mechanic that I had never seen before. I have done about 100 levels, in a few the solution did not look good due to the proximity of the lines with others, it is normal if they are generated randomly. I like it and has been a good experience, good work
Found it quite relaxing! A bit of a difficulty ramp would be nice, I think the most I had to flip was 3 lines. Still fun though :smile:
Good one
My recommendation is to add more juice to it but overall nice take on a puzzle.
Fun and intuitive game. With a bit of polish, this would make a great mobile game.
One suggestion I have is to add some constraints to the puzzle generation to prevent near-parallel lines, as they're difficult to see and solve.
An interesting idea for sure! With better color scheme it would definitely be a great time killer game for cell phones. I think preventing the overlapping edges should not be that hard to fix.
Really interesting idea, at first it took me a little time to figure out how it works, but in the end it was fun. Cool game)