Made as an early development for a math logic game

  • Make moves by selecting a tile and swapping it with another
    • Swapping with itself is possible just by double clicking
    • Once a tile is swapped the first selected tile will explode
      • Exploding will make the first selected number 0 and the IMMEDIATE neighbors (not diagonal) subtract the (first) selected number from itself
      • Swapping if the first selected tile is 0 doesn't do anything
    • If at any time a number is 0 you lose
    • Play until all numbers are 0 or you lose 
    • Try to use the lowest amount of moves (top left) to get all the numbers to 0 (all #s 0 is a win)


Leave a comment

Log in with itch.io to leave a comment.