Skip to content

muzeffer-niftiyev/Tic-Tac-Toe-MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game


📝 Description

Welcome to the Tic Tac Toe game!
This project lets you feel the great experience of tic tac toe game. The project was made using MVC pattern and bundled with webpack.

💻 Technologies

  • HTML
  • CSS
  • JavaScript
  • MVC pattern
  • Webpack

✨ Features

  • Lets you play the game with another person.
  • Score updates each time someone wins and you can see results of your games.
  • When the game finishes there are 2 choises:
  1. Reset the current score.
  2. Go go new game.

🚀 Demo

🔗 Tic Tac Toe Game


🛠 Installation

  1. Clone the repository
git clone [email protected]:muzeffer-niftiyev/Tic-Tac-Toe-MVC.git
  1. Install Dependencies

    Run this command at terminat of the project.

    npm install
  1. Run the Project

    On your terminal simply add this command.

   npm start