This project aims at creating a strong AI agent for the board game Gomoku (in fact the variant Renju).
- The
python_old
folder contains the first code piece written inpypy
. To run the code, dopypy old/main.py
- The
java
folder contains the second version of the code. To run the code, run thejava/gomoku.jar
file - The
python
folder contains the third version of the code, with deep learning approaches.