As a manager, I want to see how you code a game of Tic Tac Toe, so that I can get a feel for a candidate's skills and strengths.
- Web or Mobile (ios / android) game of tic tac toe.
- Computer (AI) will never lose a game.
- Application should be able to run as a mobile app on either iOS or Android.
- Game will let player choose to be either X or O, computer will take other choice.
- Game will let player go first.
- Quality counts! A good submission that takes a while is better than a poor submission quickly.
- Make sure your submission accurately reflects your development style.
- Commit early and often, with good messages.
- Comments and Unit tests are appreciated and highly recommended but not required, if you know good practice, then show us.
- Research the AI, there are multiple well known algorithms available, show us your implementation.
- Plagarism will not be tolerated.
- Fork this repo
- Write the app and commit offten with good messages
- Send us a pull request when complete before the interview.