vr4b4c / tic-tac-toe-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-tac-toe

Tic-tac-toe board

Rules

  • The game is played on a board that's 3 squares by 3 squares
  • Players take turns putting their marks(X or O) in empty squares
  • The first player to get 3 of their marks in a row (horizontally, vertically or diagonally) is the winner
  • When all 9 squares are full, the game is over

Setup

Install dependencies

npm install

Scripts

Start application in live reload mode

npm run start:dev

About


Languages

Language:TypeScript 100.0%