gophergala2016/3wordgame

Name: 3wordgame

Owner: gophergala2016

Description: Collaboratively write a story, 3 words at a time and you can't follow yourself.

Created: 2016-01-23 07:24:38.0

Updated: 2016-01-24 14:55:42.0

Pushed: 2016-01-24 16:19:41.0

Homepage:

Size: 38

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

3wordgame

Collaboratively write a story, 3 words at a time! The only trick… you can't follow your own 3 words.

Quick Start
t clone https://github.com/gophergala2016/3wordgame.git
 run client.go
Hosting

To run your own server, simply:

 run server.go

By default the server listens on port 8080, though this can be changed by specifing the --port option e.g.:

 run server.go --port 8080

Clients by default try to connect to 3wordgame.com:8080 this can also be changed by specifying --server and --port args e.g.:

 run client.go --server 127.0.01 --port 9090
Contributing

To run tests for the validation

 test ./validation

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.