nixers
[Python] Simple Tic Tac Toe with basic AI - Printable Version
+- nixers (https://nixers.net)
+-- Forum: Development & Graphics (https://nixers.net/Forum-Development-Graphics)
+--- Forum: Programming On Unix (https://nixers.net/Forum-Programming-On-Unix)
+--- Thread: [Python] Simple Tic Tac Toe with basic AI (/Thread-Python-Simple-Tic-Tac-Toe-with-basic-AI)


[Python] Simple Tic Tac Toe with basic AI - ki113d - 21-11-2012

Hello there.

I haven't had much time of late to do anything constructive worth bringing to UH so I decided that I'd
post the source to a simple Tic Tac Toe game with AI to share some of the Python love :D

So here it is, enjoy lol.
http://paste.unixhub.net/V1EVpKGf


RE: [Python] Simple Tic Tac Toe with basic AI - yrmt - 21-11-2012

Heh nice work :)


RE: [Python] Simple Tic Tac Toe with basic AI - ki113d - 21-11-2012

It could be better, as such I am in the process of rewriting it with a PyQT4 GUI.
Thanks for the comment :D