AndrewTrebuhin / tic-tac-toe-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe

Tic-tac-toe is a classic two-player game where opponents take turns marking spaces in a 3x3 grid, aiming to create a row, column, or diagonal of their symbol (typically X or O) before their opponent does.

Installation

  1. Clone the repo
git clone https://github.com/AndrewTrebuhin/tic-tac-toe-react.git
  1. Install packages
npm install

Usage

  1. Run the local server
npm run dev
  1. Open the url in browser
http://localhost:5173/

About


Languages

Language:JavaScript 49.9%Language:CSS 46.2%Language:HTML 3.9%