index
:
lp-gomoku
master
Let's play gomoku!
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add Makefile
HEAD
master
Joursoir
2021-03-12
1
-0
/
+19
*
delete junk
Joursoir
2021-03-12
1
-1
/
+0
*
add license
Joursoir
2021-02-21
6
-1
/
+779
*
add alpha–beta pruning; fix bugs: uncorrect random move
Joursoir
2021-02-20
3
-8
/
+17
*
min() and max() -> MinMax()
Joursoir
2021-02-20
2
-33
/
+4
*
improve AI, delete dbgprint(), fix some bugs
Joursoir
2021-02-20
4
-57
/
+49
*
handle command lines options and work with them
Joursoir
2021-02-19
1
-17
/
+105
*
add class artificial intelligence with functional
Joursoir
2021-02-19
2
-0
/
+134
*
fix rows and cols typos
Joursoir
2021-02-19
3
-43
/
+45
*
add copy constructor and helpful getters
Joursoir
2021-02-19
2
-5
/
+37
*
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
*
fix bug in rows/cols and improve diags scaning
Joursoir
2021-02-18
2
-18
/
+54
*
improve rows and cols scaning
Joursoir
2021-02-17
2
-35
/
+53
*
add command line user interface (clui); improve GameField class
Joursoir
2021-02-17
3
-11
/
+203
*
init project: create game field
Joursoir
2021-02-17
2
-0
/
+118