/Tic-Tac-Toe_Game

:jigsaw: A classic 2 player game. Consists of both GUI and CLI application.

Primary LanguagePython

Tic-Tac-Toe_Game

  • Tic Tac Toe is a classical Two player game. There are two modes of playing in this:

    • Computer vs Player - Where a player can play with the Computer.
    • Player vs Player - A player plays with another player.
  • Developed both the GUI and CLI versions of the game.

    • The GUI version only supports playing on a 3x3 board. Support for playing on NxN board in GUI version - In progress...
    • The CLI version supports playing on NxN (N>=3) board.

Below is the Snapshot of the GUI game.

Tic-Tac-Toe