2.5 emacsvox-2048

Speech-enable 2048 Game

2.5.1 Emacsvox-2048 Commands

2.5.1.1 emacsvox-2048-add-column

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

2.5.1.2 emacsvox-2048-add-row

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

2.5.1.3 emacsvox-2048-drop-column

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

2.5.1.4 emacsvox-2048-drop-row

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

2.5.1.5 emacsvox-2048-export

Command: emacsvox-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)

2.5.1.6 emacsvox-2048-import

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

(fn &optional PROMPT)

2.5.1.7 emacsvox-2048-pop-state

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

2.5.1.8 emacsvox-2048-prune-stack

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

(fn DROP)

2.5.1.9 emacsvox-2048-push-state

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

2.5.1.10 emacsvox-2048-randomize-game

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

(fn &optional COUNT)

2.5.1.11 emacsvox-2048-score

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

2.5.1.12 emacsvox-2048-speak-board

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

2.5.1.13 emacsvox-2048-speak-transposed-board

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