Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 667 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 667 Bytes

Tic-Tac-Toe Kata

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.

Requirements

  • 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