summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add MakefileHEADmasterJoursoir2021-03-121-0/+19
* delete junkJoursoir2021-03-121-1/+0
* add licenseJoursoir2021-02-216-1/+779
* add alpha–beta pruning; fix bugs: uncorrect random moveJoursoir2021-02-203-8/+17
* min() and max() -> MinMax()Joursoir2021-02-202-33/+4
* improve AI, delete dbgprint(), fix some bugsJoursoir2021-02-204-57/+49
* handle command lines options and work with themJoursoir2021-02-191-17/+105
* add class artificial intelligence with functionalJoursoir2021-02-192-0/+134
* fix rows and cols typosJoursoir2021-02-193-43/+45
* add copy constructor and helpful gettersJoursoir2021-02-192-5/+37
* 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
* fix bug in rows/cols and improve diags scaningJoursoir2021-02-182-18/+54
* improve rows and cols scaningJoursoir2021-02-172-35/+53
* add command line user interface (clui); improve GameField classJoursoir2021-02-173-11/+203
* init project: create game fieldJoursoir2021-02-172-0/+118