Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.x

Running
=======

```bash
./bin/gnodego --port 8000
```

Contributors
------------

* [wjdix](https://github.com/wjdix)