https://github.com/varuns2002/php-tic-tac-toe
This is a fully fledged LAN based 2 player tic-tac-toe game written in PHP, JavaScript, HTML and CSS.
https://github.com/varuns2002/php-tic-tac-toe
css game html javascript lan multiplayer php server single-player tic-tac-toe x-and-o
Last synced: about 1 month ago
JSON representation
This is a fully fledged LAN based 2 player tic-tac-toe game written in PHP, JavaScript, HTML and CSS.
- Host: GitHub
- URL: https://github.com/varuns2002/php-tic-tac-toe
- Owner: VarunS2002
- License: gpl-3.0
- Created: 2020-05-21T15:33:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T10:57:07.000Z (about 6 years ago)
- Last Synced: 2025-09-09T06:58:29.762Z (9 months ago)
- Topics: css, game, html, javascript, lan, multiplayer, php, server, single-player, tic-tac-toe, x-and-o
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Tic-Tac-Toe
### [Downloads](https://github.com/VarunS2002/PHP-Tic-Tac-Toe/releases)
This is a fully fledged LAN based 2 player tic-tac-toe game written in PHP, JavaScript, HTML and CSS
## Usage:
-Start an Apache server
-Place the .html and .php file in the appropriate folder
-Run the html file from the browser
-Enter a username in the textbox and login
-Wait for the other player to login
## Note:
-Recommended Web Servers are XAMPP and WAMP
-Only 2 players at a time can play actively else it will result in glitches
-It is recommended to logout after playing
## Features:
-Input X and O alternatively by clicking on the buttons in the grid
-First to start is always X
-The first person to login gets to play first
-You have to wait for the next player's move to play your next move
-Shows you who won or if it's a draw
-New Game Option
-Logout option
-Bottom navbar with version, link for releases and for sources