/tic-tac-toe

A console game of noughts and crosses, Whoever succeeds in placing a line of three is the winner.

Primary LanguagePython

Tic Tac Toe

A console game of noughts and crosses, Whoever succeeds in placing 3 in a row is the winner.

Checklist

  • Establish 3x3 Grid, to display cells with the appropriate players counter.
  • Alternate between players turns to mark the grid.
  • Place a counter to the given position on a players turn.
  • Validate various win combinations.