Popular recipes tagged "tic" but not "tictactoe"http://code.activestate.com/recipes/tags/tic-tictactoe/2014-12-14T16:23:44-08:00ActiveState Code RecipesTicTacToe (Python) 2014-12-14T16:23:44-08:00Malcolm Jeremy Lewishttp://code.activestate.com/recipes/users/4191332/http://code.activestate.com/recipes/578980-tictactoe/ <p style="color: grey"> Python recipe 578980 by <a href="/recipes/users/4191332/">Malcolm Jeremy Lewis</a> (<a href="/recipes/tags/tic/">tic</a>). </p> <p>A simple TicTacToe script including AI (Artificial Intelligence)</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>