MSegimon / MySQL-TicTacToe

This is a multiplayer web-based tic-tac-toe that can be played on multiple browser instances. However, it uses a MySQL data based with php in order to connect the two players together.

Home Page:https://zerosimple.net/projects/TicTacToe_Page/TicTacToe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL-TicTacToe

This is a multiplayer web-based tic-tac-toe that can be played on multiple browser instances. However, it uses a MySQL data based with php in order to connect the two players together. This was done simply because at the time I only had access to basic webhosting, so I was not able to run node.js sockets. It works by simply putting each player in one of two instances, waiting or playing, that way it can take into account and wait for the data base to update.

About

This is a multiplayer web-based tic-tac-toe that can be played on multiple browser instances. However, it uses a MySQL data based with php in order to connect the two players together.

https://zerosimple.net/projects/TicTacToe_Page/TicTacToe/

License:MIT License


Languages

Language:JavaScript 76.4%Language:PHP 19.6%Language:CSS 3.9%