The traditional game five-in-a-row. Used OpenGL combined with C++.The artificial intelligence is implemented by alpha-bet
 
 
Go to file
Yuncong 717c75659f transport to mac 2018-09-14 09:13:21 +08:00
.gitignore transport to mac 2018-09-14 09:13:21 +08:00
Five.cpp Create Five.cpp 2015-01-02 17:34:03 +08:00
Five.h transport to mac 2018-09-14 09:13:21 +08:00
Makefile transport to mac 2018-09-14 09:13:21 +08:00
README.md Create README.md 2015-01-02 17:31:54 +08:00

README.md

five-in-a-row

The traditional game five-in-a-row. Used OpenGL combined with C++. The artificial intelligence is implemented by alpha-beta algorithm.