Skip to content

bishwamandal/Tictactoe

Repository files navigation

Tic-Tac-Toe Game

Welcome to the Tic-Tac-Toe game! This simple web-based game is built using ReactJS Framework. It's a classic two-player game where you can challenge a friend to see who can get three in a row first.

Demo Screens

image image

Assets

Figma File

App Icon    App Icon

How to Play - Multiplayer

  • Open the game in your web browser.
  • Click on an empty cell to place your symbol.
  • The game will automatically switch to the other player's turn.
  • Continue taking turns until a player wins or the game ends in a draw.
  • To restart the game, click the "Restart" button.

Technologies

  • Vite
  • React.js
  • Tailwind CSS
  • Typescript

Want to copy this repository?

To run the project in your local environment, follow these steps:

>> git clone https://github.com/bishwamandal/Tictactoe.git
>> npm install
>> npm run

Open http://localhost:5173 (or the address shown in your console) in your web browser to view the app.

Contributing

Contributions are welcome to improve the quality and completeness of the learning resources in this repository. Please open an issue or submit a pull request if you have any suggestions or improvements to share.