heobay / js-go

Simple go game in javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-go

Simple implementation of go in HTML/Javascript.

go.html contains a single screen alternating turn implementation.

server.js and associated files use the base implementation to make a real-time game lobby and games using Node.js and Socket.io.

The server requires packages node-static, socket.io and underscore from npm.

About

Simple go game in javascript