Skip to content

Releases: VarunS2002/PHP-Tic-Tac-Toe

Major Feature Update

22 May 10:57
deed614
Compare
Choose a tag to compare

-It is now a LAN based 2 player game
-Now uses both files and sessions for storing data
-Added login form
-Added logout option
-Changed label 'Restart' to 'New Game'
-Added heading to the page
-Buttons grid now looks like a proper tic-tac-toe game
-Added bottom navbar with version, link for releases and for sources
-Check readme file for instructions

Minor Update

22 May 10:22
5dc2268
Compare
Choose a tag to compare

-Uses files instead of sessions for storing data

First Release

22 May 10:18
3e8b79d
Compare
Choose a tag to compare

-Input X and O alternatively by clicking on the buttons in the grid
-First to start is always X
-Shows you who won or if it's a draw
-Restart game option