Skip to content

Tic-tac-toe is implemented using python. The game is automatically played by the program and hence, no user input is needed. Numpy and random Python libraries are used to build this game. Instead of asking the user to put a mark on the board, code randomly chooses a place on the board and put the mark. It will display the board after each turn u…

Notifications You must be signed in to change notification settings

yashaswibiyahut/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

About

Tic-tac-toe is implemented using python. The game is automatically played by the program and hence, no user input is needed. Numpy and random Python libraries are used to build this game. Instead of asking the user to put a mark on the board, code randomly chooses a place on the board and put the mark. It will display the board after each turn u…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages