Skip to content

wannes-wagemans/tdd-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

This project was created with React and followed the principles of Test Driven Development (TDD)

Features

This app let's you play the famous game Tic Tac Toe.

The rules are described below :

  • X always goes first.
  • Players cannot play on a played position.
  • Players alternate placing X’s and O’s on the board until either:
  • One player has three in a row, horizontally, vertically or diagonally
  • All nine squares are filled.
  • If a player is able to draw three X’s or three O’s in a row, that player wins.
  • If all nine squares are filled and neither player has three in a row, the game is a draw.

Install

Clone the repo

$ git clone https://github.com/2022-DEV3-003/TicTacToe && cd TicTacToe

Intallation of npm

$ npm install

Run the project

$ npm run

Link where project is running

$ localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published