Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sriramvarmat/tic-tac-toe-game
A web-based Tic Tac Toe game created using HTML, CSS, and JavaScript. Enjoy a classic two-player game with modern features.
https://github.com/sriramvarmat/tic-tac-toe-game
browser-game css dom-manipulation event-listeners flexbox-css frontend html javascript tic-tac-toe two-player-game web-development
Last synced: 2 days ago
JSON representation
A web-based Tic Tac Toe game created using HTML, CSS, and JavaScript. Enjoy a classic two-player game with modern features.
- Host: GitHub
- URL: https://github.com/sriramvarmat/tic-tac-toe-game
- Owner: SriramVarmat
- Created: 2024-07-23T12:12:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T12:52:41.000Z (4 months ago)
- Last Synced: 2024-07-23T14:44:36.212Z (4 months ago)
- Topics: browser-game, css, dom-manipulation, event-listeners, flexbox-css, frontend, html, javascript, tic-tac-toe, two-player-game, web-development
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe Game
A simple Tic Tac Toe game created using HTML, CSS, and JavaScript.
## Description
This project is a web-based Tic Tac Toe game that allows two players to play the classic game of Tic Tac Toe. This game includes interactive gameplay, and is styled using CSS. I created this project while iam learning JavaScript. It provides a good hands-on experience with JavaScript, including event listeners and DOM manipulation.
## Features
- Two-player gameplay
- Highlights the winning combination
- Displays the winner or a tie at the end of the game
- Reset option which is used to start new game## Screenshots
![Start Game](https://github.com/user-attachments/assets/8616570e-63cf-4092-9a2b-1da2050c8444)
![Win Game](https://github.com/user-attachments/assets/db47302e-9bb1-4270-8630-97b012d9b75e)