A python version 2048 game.
| Key | Function |
|---|---|
| 'w'/'W' | Move UP |
| 's'/'S' | Move DOWN |
| 'a'/'A' | Move LEFT |
| 'd'/'D' | Move RIGHT |
| 'q'/'Q' | Quit |
- Python3, which can be found by
/usr/bin/env. - pycurses, and should be supported by the VTE running the game.
Just give 2048.py the excution permission and run it in terminal.
Or just python3 2048.py.