Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.