We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae4e66 commit 7dfeddaCopy full SHA for 7dfedda
service/main.lisp
@@ -12,6 +12,7 @@
12
"dimensions of the grid, in the form of HxW, e.g. 19x10")
13
(("ai-depth" #\d) :type integer :optional t :documentation "libtetris ai depth")
14
(("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")
16
(("log-filename" #\l) :type string :optional t :documentation "filename where to log connections")
17
(("verbose" #\v) :type boolean :optional t :documentation "verbose logging")
18
(("help" #\h) :type boolean :optional t :documentation "display help")
0 commit comments