
About
2048 is a sliding-tile puzzle game created by Italian developer Gabriele Cirulli, originally written in JavaScript and CSS and released in March 2014 as free, open-source software; it later got official iOS and Android versions. Tui48 is a terminal-based (TUI) recreation of 2048, described in its README as a faithful implementation of the tile-sliding game, controllable via arrow keys or Vim-style (hjkl)/WASD keys.
Getting started
Move tiles with the arrow keys, WASD, or Vim-style hjkl bindings, and press Ctrl+C at any time to quit.
Media
Additional notes
- Modding
- Supports automated bot play: external programs can be written to play the game by interpreting the arguments it passes them, with an example bot script included in the project.