Skip to content

Spiros7bit/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

TIC-TAC-TOE

Simple tic-tac-toe game in terminal, is written in python3


Play:

With a friend

How to run:

    $ python3 Path/tictactoe.py

Description of game

Tic-tac-toe (American English), noughts and crosses (Commonwealth English and British English), or Xs and Os/“X’y O’sies” (Ireland), is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a diagonal, horizontal, or vertical row is the winner. It is a solved game with a forced draw assuming best play from both players.

  • source: Wikipedia

About

A simple tic tac toe game in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages