The tic-tac-toe kata is a tool to give us a chance for the developer to show their skills to the development team. We will use the kata to understand the experience and technique of the developer.
- 3x3 grid
- Two players: X and O
- X goes first
- Players alternate taking turns
- Player can mark empty spot only
- A player wins if they mark three spots in a row
- vertically
- horizontally
- diagonally
- Unit tests
- Game should have no user interface or GUI
- Spend 1-4 hours
- See Wiki for more information about Tic-Tac-Toe
Contact the development team with any questions