Skip to content

Instantly share code, notes, and snippets.

@nrmitchi
Forked from mjallday/README.mkd
Created November 20, 2013 21:46
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 nrmitchi/7571661 to your computer and use it in GitHub Desktop.
Save nrmitchi/7571661 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