Release

Pick Four game

3

was8bit 2023-04-30 16:59 (Edited)

I've been working on this for a long while as a test project... and it ended up being a really fun game :)


was8bit 2023-04-30 17:06 (Edited)

TO PLAY:

1) TAP four #'s in a row, one direction only, any direction

2) to swap your selection with a nearby #, first TAP one of your selection, then tap a nearby #

(can only swap any # only once)

TAP "NO" to undo and retry your turn

TAP "YES" to accept your turn, and score your selection


SCORING :

-1 points: all 4 selected numbers are all different

0 points: only one pair of #'s are identical (matching)

1 point: two pairs of matching #'s

1 point: three #'s are matching

2 points: all four #'s are matching

Winning or losing the game should be intuituve, and you can then play a new game ;)

... hope you have as much fun playing this game as I do :):):)


was8bit 2023-04-30 23:26

One final comment: it is NOT necessary to have your matching #'s touching together... the score code sorts out your 4 selected #'s before assessing your points...

Ex. a selection of 2727 will still find your 22 pair and your 77 pair and give you 1 point ;)


Log in to reply.