Skip to content

StrungSafe/TicTacToeKata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published