Play cards to modify your hand! Make it match the hand at the top!

Explanation of Mechanics
  • The '+' card adds its value to the card at the front of the hand
  • The 'x' card multiplies its value to the card at the back of the hand
  • The '->' and '<-' cards will shift the hand to the right and left, respectively. The distance shifted is specified by the value of the card
  • The 'o' card does not affect any cards in the hand
  • The 'filter' card will filter out cards that do not match its clause (for example '< 4' will filter out cards 4 or greater)
  • The 'copy' card will make 'v' copies of each card in hand, where 'v' is the number value of the copy card
  • The '%' card will make each card's value turn into the remainder of the original value, divided by the '%' cards value. This is known as a modulo operator


---

Controls:

- Click on a card to play it

Z - undo

R - reset

Shift-Z/Y - redo

change levels by clicking on the arrows at the bottom of the game

---

This game was made for the Thinky Games are for Everyone! game jam! I had a lot of fun coming up with this one!


Attributions:

font: Aleo

Icons: Material Symbols

StatusReleased
PlatformsHTML5
Rating
Rated 4.0 out of 5 stars
(3 total ratings)
Authorsharkwithlasers
GenrePuzzle

Comments

Log in with itch.io to leave a comment.

(+1)

UGH. Just finally realized (after playing through all but two mid-game puzzles) that the arrow cards shift BY VALUE. I 100% interpreted that as an error early on. Might be beneficial to trigger the animation even if the cards don't actually change position to indicate that something is actually happening.

Ahhh sorry about that! It's funny how one doesn't account for different interpretations of interaction when making a game. I definitely think there could better feedback in the game to show this. Perhaps even calling attention to the number.

Thanks for playing!

not sure which cards affect which cards, i assume its just a few consistent rules but could use a little explanation

(+1)

Hey there, I just added an explanation of mechanics dropdown in the description, I hope that helps!