12.6 emacspeak-2048

Speech-enable 2048 Game

12.6.1 Emacspeak-2048 Commands

12.6.1.1 emacspeak-2048-add-column

Command: emacspeak-2048-add-column
Add a column  to the current board.

12.6.1.2 emacspeak-2048-add-row

Command: emacspeak-2048-add-row
Add a row  to the current board.

12.6.1.3 emacspeak-2048-drop-column

Command: emacspeak-2048-drop-column
Drop last  row  from  the current board.

12.6.1.4 emacspeak-2048-drop-row

Command: emacspeak-2048-drop-row
Drop last  row  from  the current board.

12.6.1.5 emacspeak-2048-export

Command: emacspeak-2048-export (&optional prompt)
Exports game stack to a file.
Optional interactive prefix arg prompts for a file.
Note that the file is overwritten silently.

(fn &optional PROMPT)

12.6.1.6 emacspeak-2048-import

Command: emacspeak-2048-import (&optional prompt)
Import game.
Optional interactive prefix arg prompts for a filename.

(fn &optional PROMPT)

12.6.1.7 emacspeak-2048-pop-state

Command: emacspeak-2048-pop-state
Reset state from stack.

12.6.1.8 emacspeak-2048-prune-stack

Command: emacspeak-2048-prune-stack (drop)
Prune game stack to specified length.

(fn DROP)

12.6.1.9 emacspeak-2048-push-state

Command: emacspeak-2048-push-state
Push current game state on stack.

12.6.1.10 emacspeak-2048-randomize-game

Command: emacspeak-2048-randomize-game (&optional count)
Puts game in a randomized new state.

(fn &optional COUNT)

12.6.1.11 emacspeak-2048-score

Command: emacspeak-2048-score
Show total on board.

12.6.1.12 emacspeak-2048-speak-board

Command: emacspeak-2048-speak-board
Speak board.

12.6.1.13 emacspeak-2048-speak-transposed-board

Command: emacspeak-2048-speak-transposed-board
Speak board column-wise.