An easy-to-use online Go gaming platform. Currently hosted at https://www.baduk.ca.
Currently in the pre-alpha stage. Expected Alpha release date is April 29th, 2016. This release will be a minimum viable product, and will have full functionality for players facing each other anonymously.
First install Node.js v5.9.1. You can do this by via nvm as follows:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
nvm install 5.9.1
Next, clone the repository and install dependencies:
git clone https://www.github.com/19x19/Baduk && cd Baduk
npm install && bower install
Run Baduk at localhost:3001:
sudo node app.js