An open API service indexing awesome lists of open source software.

https://github.com/coyorkdow/gomoku_ai

gomoku AI via negamax search, implementing in C language
https://github.com/coyorkdow/gomoku_ai

gomoku negamax-algorithm

Last synced: 10 months ago
JSON representation

gomoku AI via negamax search, implementing in C language

Awesome Lists containing this project

README

          

compile with GCC
```
gcc AI.c main.c -o out
```