Game 987, Like 2048 but Fibonacci

(987.reflex.dev)

11 points | by adhami 3 hours ago

2 comments

  • adhami 3 hours ago
    I was wondering how 2048 would feel like if instead of powers of two, we can merge consequent fibonacci numbers. Turns out to be a rather interesting game that is fairly forgiving and grows very slowly. I found it difficult to come up with an overall strategy. I had a simple search algorithm that was able to achieve a score of exactly 66,666 (not joking). Getting a 987 block shouldn't be difficult.

    You can take a look into the code here: https://github.com/adhami3310/987 (the simple search algorithm is inside the code as well)

  • codevark 3 hours ago
    [dead]