Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

alphagov/tictactoe_kata_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Kata

  • there are two players in the game (X and O)
  • a game has nine fields in a 3x3 grid
  • players take turns taking fields until the game is over
  • a player can take a field if not already taken
  • a game is over when:
    • all fields in a row, column or diagonal are taken by a player
    • all fields are taken

About

TicTacToe Kata Starting point in Java

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages