https://github.com/ahmedharoon07/tictactoecli
Tic Tac Toe Game in CLI
https://github.com/ahmedharoon07/tictactoecli
cli game gui machine-learning machine-learning-algorithms python
Last synced: about 1 year ago
JSON representation
Tic Tac Toe Game in CLI
- Host: GitHub
- URL: https://github.com/ahmedharoon07/tictactoecli
- Owner: AhmedHaroon07
- License: mit
- Created: 2024-07-24T15:38:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T11:27:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T12:48:46.145Z (over 1 year ago)
- Topics: cli, game, gui, machine-learning, machine-learning-algorithms, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToeCLI
Tic Tac Toe Game in CLI
I have imported random library to make the computer choose random moves i plan to use ML here and train the computer by the user.
In the next iteration of this project will try this and make this project in a GUI using tkinkter or PySimpleGUI