Recent content by najken

  1. N

    Solving a Numeric Matrix Puzzle: Get All Combinations!

    that is absolutely right, and you cannot "skip" or jump over tiles that are in between to get to a tile further away. The app I posted is kind of similar to Rumble/Ruzzle but that one works with letters and words instead of numbers
  2. N

    Solving a Numeric Matrix Puzzle: Get All Combinations!

    thank you the goal of the game is to get numbers specified. it's these specified numbers I would like to find. the matrix is 4x4 random integers between 1 and 9. You are not allowed to swipe over the same tile again. You can swipe diagonally, left, right up, down with the affect of adding and...
  3. N

    Solving a Numeric Matrix Puzzle: Get All Combinations!

    Hi, I am searching for a smart way of calculating all numbers in a special matrix kind of game. The game board consist of numbers between 1 and 9 in a 4x4 matrix. Swiping over numbers will either add up (swiping left or right), subtract (swiping up or down) or do nothing (diagonal...
Back
Top