Skip to content

IagoPorto/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe in React

This is a simple Tic-Tac-Toe game built using React and JavaScript. It was created as part of a learning project to get familiar with React concepts such as state management, event handling, and component-based architecture.

TicTacToe

Features

  • Two-player gameplay (Player × and Player ø).
  • Interactive board where players can click on squares to make their moves.
  • The game will automatically declare a winner when a player completes a line (horizontal, vertical, or diagonal).
  • The game resets after a win or draw.

Built With

  • React - A JavaScript library for building user interfaces.
  • JavaScript - The programming language used for the game logic.

Installation

Follow these steps to get the project up and running on your local machine.

  1. Clone the repository:
    git clone https://github.com/yourusername/tic-tac-toe-react.git

About

A relly simple TicTacToe just to learn React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published