Top-rated recipes tagged "tac"http://code.activestate.com/recipes/tags/tac/top/2016-11-27T07:10:56-08:00ActiveState Code RecipesTicTacToe (text based) (Python)
2016-11-27T07:10:56-08:00Brandon Martinhttp://code.activestate.com/recipes/users/4194238/http://code.activestate.com/recipes/580723-tictactoe-text-based/
<p style="color: grey">
Python
recipe 580723
by <a href="/recipes/users/4194238/">Brandon Martin</a>
(<a href="/recipes/tags/artificial_intelligence/">artificial_intelligence</a>, <a href="/recipes/tags/game/">game</a>, <a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/random/">random</a>, <a href="/recipes/tags/tac/">tac</a>, <a href="/recipes/tags/tic/">tic</a>, <a href="/recipes/tags/tictactoe/">tictactoe</a>, <a href="/recipes/tags/toe/">toe</a>).
</p>
<p>A text based version of TicTacToe for Python. Difficulty is not yet implemented, however, a computer player has been implemented that cannot be beaten. Posting just for fun.</p>
Tic Tac Toe (Python)
2014-07-30T19:34:23-07:00Gauravhttp://code.activestate.com/recipes/users/4190360/http://code.activestate.com/recipes/578905-tic-tac-toe/
<p style="color: grey">
Python
recipe 578905
by <a href="/recipes/users/4190360/">Gaurav</a>
(<a href="/recipes/tags/tac/">tac</a>, <a href="/recipes/tags/tic/">tic</a>, <a href="/recipes/tags/toe/">toe</a>).
Revision 2.
</p>
<p>Classic Tic Tac Toe game with AI.
Created using Python 2.7.6</p>