text2048¶ ↑
Text mode 2048 game.
Installation¶ ↑
$ gem install text2048
To upgrade to the latest version, use:
$ gem update text2048
How to Play¶ ↑
$ 2048
-
Use your arrow keys or vi keys (h/j/k/l) to move the tiles.
-
+/- to increase or decrease the size of the tiles displayed.
-
q to quit.
Links¶ ↑
-
The official version of 2048 by Gabriele Cirulli
-
bfontaine/term2048 a terminal-based version in Python