Play game
Drawgic's itch.io pageResults
| Criteria | Rank | Score* | Raw Score |
| Special Object Implementation | #3 | 4.667 | 4.667 |
| Gameplay | #23 | 3.400 | 3.400 |
| Fun Factor | #24 | 3.467 | 3.467 |
| Overall | #38 | 3.344 | 3.344 |
| Theme Implementation | #46 | 3.667 | 3.667 |
| Audio | #50 | 2.733 | 2.733 |
| Visuals | #80 | 2.133 | 2.133 |
Ranked from 15 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
How is your game related to the Theme and Special Object?
Gravity: Puzzles use gravity to pass through
Pen: The player's main tool for drawing objects
Leave a comment
Log in with itch.io to leave a comment.





Comments
Very interesting puzzles! You should probably add more checkpoints because it's a little frustrating not to be able to restart the very thing I was doing!
I stopped at the barrier protecting the button at the ceiling. I tried some kind of catapult-like shape but it wasn't reliable enough!
Very addictive, though, I got hooked quickly!
Thanks! There really should be more checkpoints added.
This is the second time someone has asked a question about this puzzle, so I'm duplicating the answer to another comment:
My solution to the puzzle with the button on the ceiling is to build a ladder to the barrier, climb it, and draw from top to the button. It was the penultimate puzzle, so you didn't lose much)
Really neat idea! I got stuck at the puzzle where you have to activate a button on the ceiling that's just past a barrier... I wanted to make a ramp-thing and launch an object into it, but it was cumbersome to try something and then have to restart from the checkpoint and get back to the room to try something else, so I ended up quitting.
But the amount I experienced was really pleasant! I especially loved the puzzle where the button was on the ceiling, and I drew something that hooked onto both the circle in the room *and* the ceiling the button was attached to to keep it pressed while also ensuring the drawn object didn't fall.
Thanks, it's cool that you liked it!
My solution to the puzzle with the button on the ceiling is to build a ladder to the barrier, climb it, and draw from top to the button. It was the penultimate puzzle, so you didn't lose much)
Ahhhhhhh that's clever, I sincerely think I would have spent so long just launching objects at it hoping for the best LOL
Smart and interesting puzzles !
Moving around is a bit janky but I like the different ideas you came up with for puzzles and the way we interact with objects weight
Thanks!
Lots of interesting puzzle potential with this
I'm glad you liked it)
Puzzles are quite enjoyable! I like that weight is stacked, meaning you can draw small but heavy objects.
Maybe you could change the color of the drawn object depending on the weight (e.g. blue -> red).
Just needs some polish, but totally understandable since it's for a jam :)
Thanks! About the color, it's a good idea.
Wow, original =) I like it
Glad you liked it!
Awesome entry! I found some small bugs and didn't read description for first :D Was reloading page multiple time and then read that to restart I can press R :D If you draw line slowly, it will take more ink. For example I couldn draw first bridge 3-5 times because I ran out of ink. And then I tried to draw it fast and it helped!
Thanks! There is a minimum and maximum distance between the "points" in the line, which creates some variability in compression.
I have similar mechanics and had problem with "spending inks". I solved it by checking exactly distance between points and adding only every 5th point. Just in case you are interested :D
Thanks, I'll test it.
Let me know if you need help!