An open API service indexing awesome lists of open source software.

https://github.com/n1kdo/tictactoe

TicTacToe demo
https://github.com/n1kdo/tictactoe

tictactoe tictactoe-python

Last synced: 4 months ago
JSON representation

TicTacToe demo

Awesome Lists containing this project

README

          

# tic tac toe demo

This was a programming test that I was given as part of a job interview.

Can this guy really write python? I guess you can be the judge of that.

The goal was to write a client-server implementation of Tic Tac Toe, with the front end as HTML/CSS/Javascript,
and the back end in Python.

Here's the result.

* tictacservice is the back end, it is a Python CGI
* tictac.html is the front end, HTML, CSS, Javascript.


live version at https://test.n1kdo.com/tictac.html