Skip to content

W0x3R/Tic-Tac-Toe

Repository files navigation

Tic Tac Toe

Tic-tac-toe is a paper-and-pencil game for two players who take turns marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. It is a solved game, with a forced draw assuming best play from both players.

readmePhoto

💻 Deploy: Link

Technology stack

➖ HTML

➖ SCSS

➖ JavaScript (ES6)

➖ Webpack 5

Lighthouse

Desktop

lightHouse

Run the project locally:

To start working on the project on your local machine, please, make sure that you install Git and Node.js LTS.

Steps to start:

  • Clone repository.
  • Open the project locally.
  • Switch to the dev-page branch.
  • Run npm install or npm i - to install all packages needed.
  • Run npm run start - to starts a local dev-server (The tab will open automatically in the browser).
  • Run npm run dev - build the project for development.
  • Run npm run prod - build the project for production.