A web app for playing Connect6 games online. Currently provides a single shared board with no authentication whatsoever.
Node.js v20.17.0. Go 1.23.1.
git clone https://github.com/yescallop/c6ol
cd c6ol/client
npm install
npm run build
cd ../server
go run .
The app will be served on port 8080. Use -addr
to specify the address to listen to.