other versions
- Tumbleweed 0.9.1+git.20181118-2.4
- Leap-16.0
- Leap-15.6
| 2048(6) | Games Manual | 2048(6) |
NAME¶
2048 — play the
game 2048 in your terminal
SYNOPSIS¶
2048 |
[-hrcCaA] [-s
size] [-b
rate] |
DESCRIPTION¶
2048 is an implementation of the popular
game, 2048, designed to be run on a terminal. It is designed to be easy to
understand and extend.
CONTROLS¶
OPTIONS¶
-h- Print the program usage.
-H- Print the current highscore.
-c- Enable color support if supported.
-C- Disable color support (default).
-a- Enable animations (default).
-A- Disable animations.
-i- Enable ai without displaying game.
-I- Enable ai and display game.
-r- Reset highscore. Will prompt user.
-ssize- Set the size of the playing field. Default is 4. Maximum value is 16, minimum is 4.
-brate- Set the rate at which blocks are spawned. Default is 1.
FILES¶
- $XDG_DATA_HOME/2048/highscore
- High score file. If
XDG_DATA_HOMEis unset, defaults to ~/.local/share/2048/highscore.
AUTHORS¶
Originally written by Marc Tiehuis. All contributions can be found at https://github.com/Tiehuis/2048-cli.
COPYRIGHT¶
MIT License (2014)
| December 10, 2017 | Linux 6.4.0-150700.53.19-default |