Skip to content

A game played by two people. One player is X and the other player is O. Players take turns placing their X or O. If a player gets three of their marks on the board in a row, column or one of the two diagonals, they win. When the board fills up with neither player winning, the game ends in a draw.

Notifications You must be signed in to change notification settings

ChristineKarimi/Tictactoe-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

===========
Tic-Tac-Toe
===========
A command-line game of tic-tac-toe written in python 3.6.

===============
Getting Started
===============
Play the game:
  $ python3.6 tic_tac_toe.py

About

A game played by two people. One player is X and the other player is O. Players take turns placing their X or O. If a player gets three of their marks on the board in a row, column or one of the two diagonals, they win. When the board fills up with neither player winning, the game ends in a draw.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages