Skip to content

Simple terminal-based tic-tac-toe game in Python 3

Notifications You must be signed in to change notification settings

Fabien-Maury/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Tic-tac-toe

Press enter to start a new game.

It is a 2-player game. In order to win, each player needs to own 3 neighboring cells.

When their turn happens, a player needs to type the number of the cell they want to own, from 1 (bottom-left), to 9 (top-right) :

7 8
4 5
1 2

The game ends when one of the two players owns 3 neighboring cells, or when only a draw is possible.

It is then possible to start a new game (y), or to leave (n).

About

Simple terminal-based tic-tac-toe game in Python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages