Skip to content
forked from 19x19/Baduk

An easy-to-use online Go gaming platform.

License

Notifications You must be signed in to change notification settings

hayate891/Baduk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baduk

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.

Installation

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

About

An easy-to-use online Go gaming platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.3%
  • HTML 16.1%
  • CSS 6.2%
  • Shell 0.4%