diff options
author | Frederick Yin <fkfd@fkfd.me> | 2022-06-02 10:17:26 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2022-06-02 10:18:15 +0800 |
commit | a21182592bc2b57eac8d2c53df1cfde30d438372 (patch) | |
tree | e1fa3ee3bff74cfce26cf6eb32326c918b2d6481 /README | |
parent | 286012bcbca33d471f4f82f9a14bbe70ec55b64b (diff) |
Increase minimum map size to 5x5
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ optional arguments: $ ./sirtet -h [height] -w [width] -p [pieces] -The minimum value is 4 for height and width, and 1 for piece. Default +The minimum value is 5 for height and width, and 1 for piece. Default values are 8, 8, and 3. ---------------------------------- UI ---------------------------------- |