Skip to content

Using basic React concepts, create a Tic Tac Toe game complete with animations and game history.

Notifications You must be signed in to change notification settings

abdulrahmans0414/tictactoe-game

Repository files navigation

Tic Tac Toe React Game

Overview

This repository contains a simple Tic Tac Toe game implemented using basic React concepts. The game features player turns, game history tracking, optional animations, winner announcements, and basic styling for an enhanced user experience.

Folder Structure

  • src/: Contains the source code for the React components and other project files.
    • components/: Individual React components (e.g., Board, Square).
    • styles/: CSS files for styling the game components.
  • public/: Holds static assets and the HTML file for the React app.

Key Features

  • Dynamic 3x3 game board.
  • Player turns and winner determination.
  • Game history tracking with move navigation.
  • Optional animations for improved user interaction.
  • Winner announcements and basic styling.

Getting Started

  1. Clone the repository:
    git clone https://github.com/abdulrahmans0414/tictactoe-game
    
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm start
    

Contributing:

-Contributions are welcome! If you have ideas for improvements or new features, please open an issue or submit a pull request.

Deployment:

-The game is ready for deployment. Follow the deployment instructions in the project documentation.

About

Using basic React concepts, create a Tic Tac Toe game complete with animations and game history.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published