This is a type of game I like to play, so I made my own. The game is developed entirely in JavaScript.

The rules are simply that you must clear the board of all numbers.

You can select numbers that are adjacent, even across the gaps of numbers that you've already removed. The hint system will illustrate these situations fairly clearly. Tiles can match horizontally, wrapping to the next line, or vertically.

Tiles will only match if their numbers add up to 10, or they are the same number.

If you run out of matches, you can "repeat" the board to create more numbers to help you. Be careful, though, as repeating numbers will double the amount of numbers on the board. This will not include those numbers that were removed.

Leave a comment

Log in with itch.io to leave a comment.