Skip to content

python script for tictactoe game, play with an opponent and have fun

Notifications You must be signed in to change notification settings

adewunmigenius/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

TIC-TAC-TOE

python script for tictactoe game, play with an opponent and have fun

How to Play

run the python script on your terminal python tictactoe.py

each players make their moves by indicating where you want to move to, by typing any of the command top-L, top-M, top-R, mid-L, mid-M, mid-R, low-L, low-M, low-R

top-R: type this command to place your move to the top right top-M: type this command to place your move to the top middle top-l: type this command to place your move to the top left mid-R: type this command to place your move to the middle right mid-M: type this command to place your move to the middle middle mid-L: type this command to place your move to the middle left low-R: type this command to place your move to the bottom right low-M: type this command to place your move to the bottom middle low-L: type this command to place your move to the bottom left

About

python script for tictactoe game, play with an opponent and have fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages