madelinben / tic-tac-toe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 100.0%