Skip to content

A game 2048 with Fibonacci numbers instead of powers of 2.

License

Notifications You must be signed in to change notification settings

nshib00/fibonacci-2048

Repository files navigation

Fibonacci 2048

Fibonacci 2048 Logo

A remake of popular game 2048 using Fibonacci numbers (1, 2, 3, 5, 8, ...) instead of powers of two (1, 2, 4, 8, 16, ...).


Gameplay

Fibonacci 2048 Gameplay


How to play?

  • Click on arrows (←, →, ↑, ↓) for moving to merge cells with same values. Merging two cells will increase your score and the value of the merged cell.
  • Merge cells until the field is filled with cells that cannot be merged with neighboring cells.

Try to get as high a score as you can :)