A 19 X 19 board game, also known as 'five in a row'.
We have developed this game project under the course CSE-604 (Artificial Intelligence). Gomoku is an AI based game developed using minimax algorithm with alphabeta prunning and heuristic evaluation function.
- User friendly web application
- Users can choose one from three different levels (Easy, Medium, Hard) to play.
- Users will play with AI opponent
Frontend: html, css, javascript, bootstrap 5.0
Backend: flask
git clone https://github.com/ShifatJahanShifa/GoMoku.git
.venv\Scripts\activate
flask
flask run