https://github.com/bocaletto-luca/tic-tac-toe-two-player
Tic Tac Toe Web Game Two-Player VS is a modern, browser-based version of the timeless Tic Tac Toe game, reimagined for local head-to-head multiplayer competitions. With smooth animations and an intuitive interface, this lightweight web game allows you and a friend to battle it out on the classic 3x3 grid—all without any installation.
https://github.com/bocaletto-luca/tic-tac-toe-two-player
boardgame bocaletto-luca classic-game css3 game gplv3 html5 javascript json multiplayer open-source php record tic-tac-toe tictactoe two-player videogame vs webgame
Last synced: about 1 month ago
JSON representation
Tic Tac Toe Web Game Two-Player VS is a modern, browser-based version of the timeless Tic Tac Toe game, reimagined for local head-to-head multiplayer competitions. With smooth animations and an intuitive interface, this lightweight web game allows you and a friend to battle it out on the classic 3x3 grid—all without any installation.
- Host: GitHub
- URL: https://github.com/bocaletto-luca/tic-tac-toe-two-player
- Owner: bocaletto-luca
- License: gpl-3.0
- Created: 2025-05-24T18:31:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T13:57:09.000Z (4 months ago)
- Last Synced: 2025-06-30T13:46:54.274Z (4 months ago)
- Topics: boardgame, bocaletto-luca, classic-game, css3, game, gplv3, html5, javascript, json, multiplayer, open-source, php, record, tic-tac-toe, tictactoe, two-player, videogame, vs, webgame
- Language: JavaScript
- Homepage: https://bocaletto-luca.github.io/
- Size: 24.4 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic Tac Toe Web Game Two-Player VS





[](https://bocaletto-luca.github.io/Tic-Tac-Toe-Two-Player/)
## Overview
**Tic Tac Toe Web Game Two-Player VS** is a modern, browser-based version of the timeless Tic Tac Toe game, reimagined for local head-to-head multiplayer competitions. With smooth animations and an intuitive interface, this lightweight web game allows you and a friend to battle it out on the classic 3x3 grid—all without any installation.
## Installation
No installation is required. Simply host the files on any HTTP/HTTPS server (for example, using Apache, GitHub Pages, or any static hosting service) and open `index.html` in your browser.
## Usage
- **Objective:**
Be the first to place three of your markers (X or O) in a horizontal, vertical, or diagonal row on the grid.- **How to Play:**
- **Player 1:** Uses X.
- **Player 2:** Uses O.
- Players take turns clicking on an empty cell within the 3x3 grid to place their marker.
- The game automatically displays the winner once a row, column, or diagonal is completed or declares a draw if all cells are filled without a winning pattern.- **Controls:**
Simply click on one of the grid cells to mark your move. The game includes a Reset button to start a new round at any time.## Technologies Used
- **HTML5** – Provides the structure and semantic elements.
- **CSS3** – Implements styling, layout, and animations.
- **JavaScript** – Powers the game logic, event handling, and win/draw detection.
- **Custom Tic Tac Toe Engine** – Implements the turn-based grid interaction and game state management.
- **Bootstrap 5** – Utilized for a modern and responsive UI.## License
This project is released under the [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html).
## Author
**Bocaletto Luca**
[GitHub](https://bocaletto-luca.github.io) • [Official Site](https://bocalettoluca.altervista.org)---
Enjoy this classic game of Tic Tac Toe with a friend and relish a quick and competitive match right in your browser!