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

https://github.com/codebyashuu/tictactoe

JavaScript Based Project - 1Week1Project Challenge
https://github.com/codebyashuu/tictactoe

javascript-game tic-tac-toe

Last synced: about 1 year ago
JSON representation

JavaScript Based Project - 1Week1Project Challenge

Awesome Lists containing this project

README

          

# TicTacToe
JavaScript Based Project - 1Week1Project Challenge

# Tic Tac Toe Game 🎮

A simple and interactive Tic Tac Toe game built with HTML, CSS, and JavaScript. This project demonstrates the implementation of a classic game where two players compete to form a line of Xs or Os on a 3x3 grid.

## 🚀 Live Demo
Demo : [TicTacToe!](https://codebyashuu.github.io/TicTacToe/)

---

## 📋 Features
- **Single Player Mode**: Play against a computer with built-in logic.
- **Computer Logic**: The computer evaluates moves with a specific depth of strategy.
- **Choose Starting Player**: Decide who makes the first move—you or the computer.
- **Interactive UI**: Clean and responsive design for seamless gameplay.
- **Reset Functionality**: Restart the game anytime with a single click.

---

## 🛠️ Technologies Used
- **HTML**: To structure the game interface.
- **CSS**: For basic styling.
- **SCSS**: To write maintainable and reusable styles efficiently.
- **JavaScript**: To implement game logic, computer AI, and interactivity.

---

## 🖼️ Screenshots
gameplay

---

## 📂 Installation
1. Clone this repository:
```bash
git clone https://github.com/CodeByAshuu/TicTacToe.git