Skip to content

Instantly share code, notes, and snippets.

@mjallday
Created October 8, 2013 21:21
Show Gist options
  • Save mjallday/6891926 to your computer and use it in GitHub Desktop.
Save mjallday/6891926 to your computer and use it in GitHub Desktop.
HANGMAN

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
@posita
Copy link

posita commented Feb 8, 2014

So you guys should hire me: https://github.com/posita/balanced-hangman. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment