Skip to content

takumab/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIC TAC TOE Kata

RULES

  1. The game is played on a grid that's 3 squares by 3 squares.
  2. The first player to play will be ‘X’ , while the next player will be ‘O’. Players will alternate on putting their marks on the grid.
  3. Players cannot play on an already played square.
  4. The first player to get 3 marks in a row (either horizontally, vertically or diagonally) is the winner.
  5. When all 9 squares are full, if no player has 3 marks in a row, the game ends in a tie.

About

tic tac toe kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published