Hello all,
text2048 is a terminal-based version of “2048” game
(http://gabrielecirulli.github.io/2048/)
originally developed by Gabriele Cirulli
The screenshot, README and source code of text2048 can be found at:
https://github.com/yasuhito/text2048.
= Install =
$ gem install text2048
= Play =
$ 2048
- Use your arrow keys or h/j/k/l to move the tiles.
- +/- for increase or decrease the size of the tiles displayed.
Please enjoy.
Yasuhito