You must be in
gomoku/
folder.
make install # only if you want to use ui-debug
make build
The brain is an implementation of piskvork protocol and can be use with the piskvork software only on windows. However you can use the ui-debug on any platform to interact with this AI.
./pbrain-gomoku-ai
You must be in
ui-debug/
folder.
npm install
This UI has been used during the development of AI to debug internal variables graphicaly. But you can also you it to play against my AI.
npm start
- Implement an Alpha-Zero AI like
have fun ! 😎