React Ultimate Tic Tac Toe Game

Screen Shot 2024-01-17 at 10 57 48 pm Screen Shot 2024-01-17 at 10 56 19 pm

Overview

This project is a React implementation of the Ultimate Tic Tac Toe game. The game is an extended version of the classic Tic Tac Toe, featuring a 3x3 grid of smaller Tic Tac Toe boards. The goal is to win the smaller boards to claim victory in the overall game.

Getting Started

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

Clone the repository:

git clone https://github.com/your-username/react-ultimate-tic-tac-toe.git

Navigate to the project directory:

cd react-ultimate-tic-tac-toe

Install dependencies:

npm install

Project structure

.
├── package-lock.json
├── package.json
├── public
│   └── index.html
└── src
    ├── App.js
    ├── index.js
    └── styles.css

Usage

To run the application, use the following command:

npm start

This will start the development server, and you can access the app in your web browser at http://localhost:3000.

Game Features

Ultimate Tic Tac Toe with a 3x3 grid of smaller boards. Dynamic rendering of the game board and squares. Indicates the winner of each smaller board and the overall game. Player information, including the current player and the game to play.

Contributing

Feel free to contribute to the project by opening issues or submitting pull requests. Your feedback and contributions are highly appreciated.