summaryrefslogtreecommitdiffstats
path: root/games/2048-in-terminal/README
diff options
context:
space:
mode:
Diffstat (limited to 'games/2048-in-terminal/README')
-rw-r--r--games/2048-in-terminal/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/2048-in-terminal/README b/games/2048-in-terminal/README
new file mode 100644
index 0000000000..f58c2d3b98
--- /dev/null
+++ b/games/2048-in-terminal/README
@@ -0,0 +1,13 @@
+2048-in-terminal (terminal-based 2048 clone)
+
+This is a clone of the "2048" grid game written in C for the terminal.
+
+Use the arrow or vi keys to move the blocks; other controls will appear
+onscreen. A game can be continued after quitting the program. The high
+score and game state are saved at $HOME/.2048.
+
+A sliding effect for moving blocks can be toggled on and off in-game.
+To have the program start with the animation turned off, use the
+following parameter when calling the SlackBuild:
+
+ DEFAULTSLIDE=no