Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 625 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 625 Bytes

Gomoku-api

"Gomoku-api" is an api that searches for the best move and returns it when you send the current board as json.

Requirement

  • Flask 2.0.1
  • Flask_Cors 3.0.10
  • Gunicorn 20.1.0

Usage

git clone https://github.com/m-star18/Gomoku-api.git
cd Gomoku-api
docker-compose up -d

Algorithm

Dependent repository

License

This program is released under MIT license.