Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)