/Tic-Tac-Toe-JS

The classic Tic Tac Toe game, with an amazing and modern UI. Built with HTML5, Sass, and JavaScript.

Primary LanguageCSS


Tic-Tac-Toe

Play now >>

Table of Contents

About

In this project, we created a classic Tic-Tac-Toe game with a creative and modern design. Other than the game itself, the app also has the functionality to create players and to register the victories scores. This project has Unit tests.

You can find the original description at The Odin Project.

Preview

Game menu

screenshot

Multiplayer match

screenshot

Installation

To play online

  • Just access this link for the live version. To start the game, click on the button "Multiplayer", type the players' names and click on "Go!".

To install the game locally

  • Download or clone the game repository.
  • Navigate to the game root directory from your terminal.
  • Install the required packages with the following command:
npm i
  • Run the following command to start the game in your browser.
npm run start

Testing

This project has unit tests. To run it, use the following command:

npm run test

Built With

  • HTML5
  • Sass
  • JavaScript
  • webpack 3
  • npm
  • babel
  • Jest

Future features

  • Improve instructions view.
  • Add functionality to play against the computer.

Authors

👨 Nicolás Mariño Parra

👩 Bruna Genz

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!