Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 386 Bytes

File metadata and controls

17 lines (11 loc) · 386 Bytes

Tic-Tac-Toe

Tic Tac Toe

  • A console based implementation of Tic-Tac-Toe
  • The game alternates between player 'X' and player 'Y'
  • Once a Three-In-A-Row is detected, the board is cleared and another game is initiated
  • The board position indexes are as such:

#123#

#456#

#789#