Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sungwoncho/tic-tac-toe
A game of tic tac toe versus computer.
https://github.com/sungwoncho/tic-tac-toe
Last synced: 15 days ago
JSON representation
A game of tic tac toe versus computer.
- Host: GitHub
- URL: https://github.com/sungwoncho/tic-tac-toe
- Owner: sungwoncho
- Created: 2014-10-20T00:23:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T00:35:44.000Z (about 10 years ago)
- Last Synced: 2024-11-01T11:07:05.355Z (2 months ago)
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tic-Tac-Toe
This is a simple Tic-tac-toe game written in python that lets you play against your computer.
* Three difficulty levels available to choose: **noob**, **pro**, and **insane**.
* You can choose to go **first** or **second**.
---
[Here](http://www.daniweb.com/software-development/python/threads/26658) is the reference to the best strategy used in this program.