Skip to content

Commit 7dfedda

Browse files
committed
add flag to control max-remember-moves
1 parent aae4e66 commit 7dfedda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/main.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dimensions of the grid, in the form of HxW, e.g. 19x10")
1313
(("ai-depth" #\d) :type integer :optional t :documentation "libtetris ai depth")
1414
(("default-ai-move-delay-millis" #\m) :type integer :optional t :documentation "delay between ai moves")
15+
(("max-remembered-moves" #\M) :type integer :optional t :documentation "max moves to remember")
1516
(("log-filename" #\l) :type string :optional t :documentation "filename where to log connections")
1617
(("verbose" #\v) :type boolean :optional t :documentation "verbose logging")
1718
(("help" #\h) :type boolean :optional t :documentation "display help")

0 commit comments

Comments
 (0)