summaryrefslogtreecommitdiffstats
path: root/clui.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add licenseJoursoir2021-02-211-1/+33
|
* add alpha–beta pruning; fix bugs: uncorrect random moveJoursoir2021-02-201-1/+3
|
* improve AI, delete dbgprint(), fix some bugsJoursoir2021-02-201-43/+33
|
* handle command lines options and work with themJoursoir2021-02-191-17/+105
|
* fix rows and cols typosJoursoir2021-02-191-17/+18
|
* help_print become variadic func; exit if resize windowJoursoir2021-02-181-17/+20
|
* refactor draw field, add support text; fix: keep play when game overJoursoir2021-02-181-24/+56
|
* draw field for custom cols and rows, make field is more beautifulJoursoir2021-02-181-22/+33
|
* add command line user interface (clui); improve GameField classJoursoir2021-02-171-0/+166