We want to see how you code a game of Tic Tac Toe, so that we can get a feel for a candidate's skills and strengths.
- Your application should be a stand alone, static web page game of tic tac toe.
- Your application should be able to run based on HTML, CSS and Javascript.
- If your game requires a build step, ensure to include instructions in this file.
- When the game starts, let player choose to be either X or O, computer will take other choice.
- Game will let player go first.
- After the game is over, a screen should be shown displaying who won.
- Computer (AI) should never lose a game.
- Complete submission must be received with 48 hours.
- 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.
- Example of desired look of the game are provided in the
reference
directory - Images and fonts used in the reference images are available in the
assets
directory - Commit early and often, with good commit messages.
- Comments and unit tests are appreciated 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.
- Plagiarism will not be tolerated.
- Fork this repo and send us a pull request.