Skip to content

jsemric/gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gomoku Web App

Five in a Row game against AI bot (MTD algorithm) using 25x25 grid.

gameplay screenshot

Usage

You will need to have docker compose installed (at least version 2.3.3). Run make start to start the app and make stop to terminate the app. The app should listen on port 80 for the UI (the game) and 8000 for the backend server.