Skip to content
/ c6ol Public
forked from yescallop/c6ol

A web app for playing Connect6 games online.

License

Notifications You must be signed in to change notification settings

Bubnle/c6ol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

c6ol: Connect6 Online

A web app for playing Connect6 games online. Currently provides a single shared board with no authentication whatsoever.

Prerequisites

Node.js v20.17.0. Go 1.23.1.

How to run and play

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.

About

A web app for playing Connect6 games online.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 51.0%
  • Go 33.3%
  • TypeScript 14.8%
  • HTML 0.9%