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.
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
This project has unit tests. To run it, use the following command:
npm run test
- HTML5
- Sass
- JavaScript
- webpack 3
- npm
- babel
- Jest
- Improve instructions view.
- Add functionality to play against the computer.
👨 Nicolás Mariño Parra
- Github: @nicolasmarino99
- Twitter: @nicolasmarino99
- Linkedin: Nicolás Mariño Parra
- Email: nicolasmarinoparra@gmail.com
👩 Bruna Genz
- Github: @bruna-genz
- Twitter: @Bruna_GK
- Linkedin: Bruna Genz
- Email: brunagenz92@gmail.com
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!