Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 451 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 451 Bytes

Gomoku game with Adversarial searching

Assignment 1 - Topic 6 - Programming Intergration Project for Artificial Intelligence
Quach Minh Tuan
Vo Van Tien Dung
Tran Ngoc Anh Quan
Hoang Vu

Usage

Clone our source code

$ git clone https://github.com/nh0znoisung/gomoku.git
$ cd gomoku

Install Dependencies

$ pip install -r requirements.txt

Run program

$ python main.py