Skip to content

TicTacToe demo

Notifications You must be signed in to change notification settings

n1kdo/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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