Skip to content

This Python script implements a simple text-based Tic-Tac-Toe game for two players, X and O. The game board is represented as a list of dashes, which players update by entering their desired positions. The script tracks wins for both players and draws, saving game details to a file named "MyFile.txt".

Notifications You must be signed in to change notification settings

SupunVirajDevendra/XOXO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

This Python script implements a simple text-based Tic-Tac-Toe game for two players, X and O. The game board is represented as a list of dashes, which players update by entering their desired positions. The script tracks wins for both players and draws, saving game details to a file named "MyFile.txt".

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages