text2048

May 20, 2014 ยท View on GitHub

Gem Version Build Status Code Climate Coverage Status Dependency Status Gitter chat Gittip

Text mode 2048 game.

Screenshot

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

Author

Yasuhito Takamiya (@yasuhito)

Contents

  1. 1Installation
  2. 2How to Play
  3. 3Links
  4. 4Author