Skip to content

BasakCesur/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.

Tic Tac Toe Game in React

This is a simple and interactive Tic Tac Toe game built using ReactJS. The game supports two players, switching between X and O, and shows a winning message when someone wins.

🎮 Features

  • 🔁 Turn-based gameplay between two players (X and O)
  • ✅ Win condition checks for all rows, columns, and diagonals
  • 🔒 Prevents further moves after a win
  • 🔄 Reset button to restart the game
  • 🖼️ Dynamic icons using image files for X and O
  • ✨ Clean, modular, and component-based design

🚀 Getting Started

Prerequisites

Make sure you have Node.js and npm installed.

node -v
npm -v

About

A two-player Tic Tac Toe game project enhanced with visual icons.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors