Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 401 Bytes

tictactoe

Simple tictactoe game running on a server powered by Flask. Client is included.

Usage

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

Credits

Special thanks to Miguel Grinberg from http://blog.miguelgrinberg.com/ for the awesome flask tutorials.