Simple two players tic tac toe game built for playing on web browsers. Click the cells of the gameboard to mark it and try to complete a full row to win the game. The score is considered tie when there is no completed row at the end.
- HTML,
- CSS,
- ES6,
- Bootsrap 4,
- VS Code
- Firefox Developer Edition
If you want to try this application locally, follow the steps below:
-
Clone the project using
git clone https://github.com/8Bts/TIC-TAC-TOE-ES6
command. -
run
npm install
. -
Open index.html with your browser.
If you want to run tests:
- run
npm run test
👤 Rashid Mammadli
- Github: 8Bts
- Twitter: @Rasheed49705929
- Linkedin: Rashid Mammadli
- Email: [email protected]
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!