Cut It Out

HOW TO PLAY

Wield the awesome energy of your laser cutter to cut out as many shapes as quickly and accurately as possible! You'll be graded and scored for each shape you cut.

Size, position, and accuracy matter, so try to match up your cuts with the illustration below for the highest score!

Click or tap to cut your way to the high score!

CHANGELOG

  • Version 1.2
    • Updated to Godot 4.4
    • Added page flip and round start SFX
    • Updated judging algorithm to run across multiple frames instead of a single frame
    • Prevented the same color and shape from being used twice in a row
    • Paused gameplay timer during judging
  • Version 1.1
    • Fixed typo in one of the shape names
  • Version 1.0
    • Initial release and submission to Mini Jam 179

CONTROLS

  • Mouse/Touch:
    • LMB/tap and drag - Cut shape with your laser cutter
  • Keyboard
    • Escape/P - Pause game

CREDITS


StatusPrototype
PlatformsHTML5
Authortbleazy
GenrePuzzle
Made withGodot

Download

Download
cut-it-out-v1.0.zip 11 MB
Download
cut-it-out-v1.1.zip 12 MB

Comments

Log in with itch.io to leave a comment.

It does not work? I made multiple triangles, all scored F.
Played again, this time it was asking for square. Pixel perfect drawing, F score.
Got frustrated, Draw a random "blob". D score...

Every single shape, if i draw it, it is F. If I draw a random blob, it is D.

It certainly feels like `var score = random()` but I promise it's not XD

It's checking pixel-by-pixel to see if you've got a perfect match with the source image—it's reasonably difficult to pull off until you've gotten some more practice in as you've seen, but it was the best I could do in time for the jam I made it for.

Thanks for playing my game and giving it a try!