Skip to content

jafaghpo/Gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gomoku

Gomoku AI & GUI written in Python

Installation

Make sure you have python 3.10 or newer

(Optional) Create a virtual environment to run the program

conda create -n gomoku_env python=3.10
conda activate gomoku_env

To exit the virtual environment, simply run in the terminal

conda deactivate

To build the Gomoku program, run

make

You can also clean the package using

make clean

or

make fclean

Usage

To run the program and see the full list of flags/options, run

python3 -m gomoku --help

About

Gomoku AI & GUI written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published