The Web version of the game Tic-Tac-Toe, created on the Python Bottle.
Open terminal and write this commands
git clone https://github.com/AnotherProksY/Web-Tic-Tac-Toe.gitcd Web\ Tic-Tac-Toe/Engine/pip3 install -r requirements.txtpython3 main.pyOpen your Web Browser and put this URL
localhost:8080
To stop server, hit Ctrl-C