https://github.com/shreyansh26/tictactoe
Tic Tac Toe - Two Player as well as single player with AI
https://github.com/shreyansh26/tictactoe
ai single-player tic-tac-toe two-player
Last synced: about 2 months ago
JSON representation
Tic Tac Toe - Two Player as well as single player with AI
- Host: GitHub
- URL: https://github.com/shreyansh26/tictactoe
- Owner: shreyansh26
- Created: 2017-04-24T16:43:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T20:41:55.000Z (about 8 years ago)
- Last Synced: 2025-01-14T02:13:22.159Z (3 months ago)
- Topics: ai, single-player, tic-tac-toe, two-player
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An Interactive Tic Tac Toe game with AI.
It has been made using Python.Steps to play:
1. Download tictactoe.py
2. Run python3 tictactoe.py on command line/terminal.