Play game
Bloop's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Originality | #8 | 4.382 | 4.382 |
Overall | #76 | 3.676 | 3.676 |
Art | #96 | 3.618 | 3.618 |
Music | #97 | 3.382 | 3.382 |
Gameplay | #115 | 3.176 | 3.176 |
Black and White | #135 | 4.441 | 4.441 |
Theme | #158 | 3.059 | 3.059 |
Ranked from 34 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
Interesting Idea
This games look really clever, too clever for me I'm afraid as I couldn't figure out how to play!
NIce concept, I loved this one you should probably keep working on this after the jam as well, Good job man :D
Very cool idea to interact with the puzzle using commands. One idea I had is maybe you could've somehow added the option to 'loop' the commands to move the numbers multiple spaces. Imagine if you could enter a command like this:
Also not sure why but I somehow got stuck on level 4 or 5. I probably should've read the instructions... Do you know what I did wrong?
Damn I really like your idea of extending the text input even more, thanks! In regards to the level you show, you are right it is impossible. It serves as a lesson to playtest your game haha (I submitted the game 2 mins before the deadline!). It was just unfortunate that there are some levels afterwards than you now can't play. You live in and you learn!
this is a really fun puzzle game, the music is a nice lil loop, it could use a restart button and a lil tutorial on the first level but other than that i had a great time trying to place those railroads for the train!!
Nice game
I don't have a big enough brain for it overall, but it's a genuinely original game overall, good job!
Great theme and lovely colours. In unity there's a gameobject called the EventSystem, and you can set what it's currently targetting for UI, so you can set the text field used for typing in. Personally I like that you have to type to move the pieces, as it makes it a bit of a typing game as well as a puzzle, I think once you evaluate the move after the user presses enter, you should clear the text field.
Awesome job for your first jam, my first jam wasn't nearly as good.
Really loved the concept and look of the game, reminds me of minesweeper in some way. Nice palette choice as well.
I've never seen any other game like this mechanic! I like the concept and the design. But sometimes I feel impatient if I already know the right solution. I'm wondering if there would be a reason for typing. I like the sound and the art. Good Job!
Yeah, I understand this but I chose the text based approach simply because it was easier for me to program under the time constraints.
Great mechanic its super catchy simple and addicting. Having to type the commands was a little bit tedious but we all understand why that was the case and wanted to show my support.
Thank you! It means a lot, especially for my first jam.
It was a fun game with an interesting puzzle mechanic. I think a agree with the other commenters that a less cumbersome input method would make the game flow a lot better
Cool game and nice color palette. I found the input method pretty unintuitive and it made experimentation difficult for a style of game I would expect to have drag and drop style controls. Would love to see this with more input options!
Thats definetly something I was expecting. Unfortunately due to the time limitations, I made the text based input controls as they were easier to program. I'm thinking of expanding the game and switching the controls in the future. Thanks for the feedback.
Fun, original and well designed little game! Art is also clean and effective, I like the minimalism.
Just badly needs a restart level button.
Thanks for the comments, I definetly would have implemented a restart of back button feature if I had the time, I think that time management could definetly be a focus for my next jams!
loved the main idea and the gameplay, one of my bests
loved the main idea and the gameplay, one of my bests
One of my favourite games of the jam yet! Just love the "type to move" idea, and the simple but very effective artstyle (also the palette is great). The game is also super polished which is a big YES in my book.
Also makes me want to get a train. Or better yet, be the train.
It doesn't work
Oof, in what way? Please elaborate so I can try and fix it?
I write "move d4 up" and it doesnt move the cell on d4 upwards. I tried pressing enter and space and even clicking on that button but still didn't work. I even wrote "move 4d up".
Thanks for the clarification. That is because d4 is the topmost cell, meaning you cannot move it up. The edges of the game board act as barriers which you cannot move past.
my bad, I meant d1 instead of d4. I tried playing this game again and realised that my caps lock was on. Anyways the gameplay is a bit confusing and I think that pushing tiles instead of writing "move something somewhere" would be much better.
ah okay, thanks for the clarification. The reason I went with the text based approach was to try something new and it was easier to program in the time constraints. You live and you learn and that's what I reckon game jams are for. Thanks for playing my game anyway.