2048 is an easy and fun puzzle game.
Even if you don't love numbers you will love this game.
It is played on a 3x3 grid or higher (for ex: 8x8, default is 4x4) using the ↑ → ↓ ← arrows or W, A, S, D keys alternatively.
Every time you press a key - all tiles slide.
Tiles with the same value that bump into one-another are merged.
Although there might be an optimal strategy to play, there is always some level of chance.
- install python3 : https://www.python.org/downloads/
- terminal $:
pip install -r requirements.txt
- terminal $:
python puzzle.py