Skip to content

Instantly share code, notes, and snippets.

@streeter
Forked from mjallday/README.mkd
Created February 14, 2014 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save streeter/9006098 to your computer and use it in GitHub Desktop.
Save streeter/9006098 to your computer and use it in GitHub Desktop.

Make a client

curl http://balanced-hangman.herokuapp.com

Hopefully you'll see something like

{
 "index": "/", 
 "me": "/me", 
 "prisoners": "/prisoners"
}

MVP

  1. Create a client which can play hangman
  2. Play a game of hangman
  3. Publish your client on github and send us a link @ am9icytweXRob24taG5AYmFsYW5jZWRwYXltZW50cy5jb20=

Bonus points

  1. Write tests for the client

Shortcut

  1. Root the hangman app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment