forked from RichardBronosky/Tic-Tac-Toe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
11 lines (8 loc) · 789 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
Intructions:
1. Fork this repo on GitHub
2. Create a program that can interactively play the game of Tic-Tac-Toe against a human player and never lose.
3. Commit early and often, with good messages.
4. Push your code back to GitHub and send me a pull request.
If you're interested in our code challenge but don't want to broadcast your intentions by forking this. Feel free to clone it and work locally and send us a tar.gz of your solution, including your .git folder (we like to see your commit history).
We are a Django shop, but it is not a requirement that you implement your program as a Django app.
(Don't be offended when I don't actually pull. I will clone your repo and inspect it locally when I receive the request. This repo will be left solution-less for obvious reasons.)