Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewolson/gnodego
A node wrapper around GNU Go
https://github.com/drewolson/gnodego
Last synced: about 1 month ago
JSON representation
A node wrapper around GNU Go
- Host: GitHub
- URL: https://github.com/drewolson/gnodego
- Owner: drewolson
- Created: 2012-10-04T02:56:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-19T19:38:15.000Z (about 12 years ago)
- Last Synced: 2024-05-09T21:50:00.921Z (8 months ago)
- Language: CoffeeScript
- Size: 217 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/drewolson/gnodego.png)](https://travis-ci.org/drewolson/gnodego)
Overview
========gnodego is a simple tcp server that wrap the gnugo program. It allows you to play go with your friends via tcp.
Requirements
============* gnugo
* nodejs 0.8.xRunning
=======```bash
./bin/gnodego --port 8000
```Contributors
------------* [wjdix](https://github.com/wjdix)