Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add license | Joursoir | 2021-02-21 | 1 | -1/+33 |
* | add alpha–beta pruning; fix bugs: uncorrect random move | Joursoir | 2021-02-20 | 1 | -1/+3 |
* | improve AI, delete dbgprint(), fix some bugs | Joursoir | 2021-02-20 | 1 | -43/+33 |
* | handle command lines options and work with them | Joursoir | 2021-02-19 | 1 | -17/+105 |
* | fix rows and cols typos | Joursoir | 2021-02-19 | 1 | -17/+18 |
* | help_print become variadic func; exit if resize window | Joursoir | 2021-02-18 | 1 | -17/+20 |
* | refactor draw field, add support text; fix: keep play when game over | Joursoir | 2021-02-18 | 1 | -24/+56 |
* | draw field for custom cols and rows, make field is more beautiful | Joursoir | 2021-02-18 | 1 | -22/+33 |
* | add command line user interface (clui); improve GameField class | Joursoir | 2021-02-17 | 1 | -0/+166 |