Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Spend no more than 2 hours building a Rails (or Sinatra) app that allows the player to play a game of tic-tac-toe. This should be for 2 human players, so no AI is needed (unless you wanted to make this harder for yourself).
  2.  
  3. Don't worry about views, in fact, we'd specifically like for it to render a readable plain text response in the response body. We should be able to play by just CURLing api. Moves can be made by postings the player (x or o) to positions like 0,2.
  4.  
  5. Please post the project to Github as you work.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement