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

https://github.com/borfast/ttt

Very simple Tic-Tac-Toe game in C++
https://github.com/borfast/ttt

Last synced: 22 days ago
JSON representation

Very simple Tic-Tac-Toe game in C++

Awesome Lists containing this project

README

          

A simple Tic-Tac-Toe game written in C++.

Started back in 2009, later moved to Github from Bitbucket.

The implementation borrowed a few ideas from the Tic-Tac-Toe game in chapter
9 of "Invent Your Own Comptuer Games with Python, 2nd Edition"
http://inventwithpython.com/chapter9.html
In particular, the notSoStupidMove is entirely based on the AI of that game.