https://github.com/n1kdo/tictactoe
TicTacToe demo
https://github.com/n1kdo/tictactoe
tictactoe tictactoe-python
Last synced: 4 months ago
JSON representation
TicTacToe demo
- Host: GitHub
- URL: https://github.com/n1kdo/tictactoe
- Owner: n1kdo
- Created: 2019-12-04T18:14:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T16:20:36.000Z (about 3 years ago)
- Last Synced: 2025-01-15T11:15:01.824Z (over 1 year ago)
- Topics: tictactoe, tictactoe-python
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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