Simple tictactoe game running on a server powered by Flask. Client is included.
On the server: Execute run.py On the client: python client.py If you have no account on the server the client will generate one for you
Special thanks to Miguel Grinberg from http://blog.miguelgrinberg.com/ for the awesome flask tutorials.