Skip to content

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

License

Notifications You must be signed in to change notification settings

gophergala2016/3wordgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3wordgame

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

Quick Start

$ git clone https://github.com/gophergala2016/3wordgame.git
$ go run client.go

Hosting

To run your own server, simply:

$ go run server.go

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

$ go 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.:

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

Contributing

To run tests for the validation

$ go test ./validation

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •