Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 721 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 721 Bytes

fun-examples

Some very simple Gomoku AIs, written by someone naive

Examples

  • c: a startup AI template written in C
  • c_error: only a line different from c, but always fails the match!
  • cpp: a startup AI template written in C++
  • cpp_naive: a naive AI written in C++, but stronger than all other examples
  • Nodejs: a startup AI template written in js
  • py3: a startup AI template written in py3

Contributors