Skip to content

Python code for game play Tic Tac Toe. it will support 2 players

Notifications You must be signed in to change notification settings

srsaidas/TicTocToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Toc Toe

python code for game play Tic Tac Toe

To start game play

python tic_tac_toe_project.py 

or add execution permision and run

chmod +x tic_tac_toe_project.py  
./tic_tac_toe_project.py 

Then it will ask user to enter name and select marker upon entring the postion it will change corresponding postio with user's mark

alt text

alt text

if any palyer able to complete row wise, colum wise or diagonal wise same mark then that player will be winner of that game

alt text

~Thanks

Saidas S R!

About

Python code for game play Tic Tac Toe. it will support 2 players

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages