/tic-tac-toe

This is a simple Tic Tac Toe game that allows a player to play against a computer, created in python.

Primary LanguagePython

Tic Tac Toe

This is a simple Tic Tac Toe game that allows a player to play against a computer.

The board is represented as a list of strings, where each string represents a cell in the board.

The player and computer take turns to select a cell on the board and the first one to get three in a row, horizontally, vertically or diagonally, wins the game.

Language used

Python