https://github.com/amangupta0709/tictactoe-game
A basic TicTacToe game made in Python Tkinter GUI using basic Artificial Intelligence
https://github.com/amangupta0709/tictactoe-game
artificial-intelligence tictactoe-game tkinter-python
Last synced: about 1 month ago
JSON representation
A basic TicTacToe game made in Python Tkinter GUI using basic Artificial Intelligence
- Host: GitHub
- URL: https://github.com/amangupta0709/tictactoe-game
- Owner: amangupta0709
- Created: 2020-04-25T09:15:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T09:58:53.000Z (about 5 years ago)
- Last Synced: 2025-04-11T00:58:23.238Z (about 1 month ago)
- Topics: artificial-intelligence, tictactoe-game, tkinter-python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tictactoe-game
A basic TicTacToe game made in Python Tkinter GUI using basic Artificial Intelligence.## Features
1. This game has three levels Easy,Medium and Hard
2. Player move will be first move and computer will stop player to win.## How to Use
Run tictactoe.py file