Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.66 KB

README.md

File metadata and controls

63 lines (36 loc) · 1.66 KB

Tic Tac Toe

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.

Application Screenshot

screenshot

Built With

  • HTML,
  • CSS,
  • ES6,
  • Bootsrap 4,
  • VS Code
  • Firefox Developer Edition

Live Demo

Live version

Getting Started

If you want to try this application locally, follow the steps below:

  1. Clone the project using git clone https://github.com/8Bts/TIC-TAC-TOE-ES6 command.

  2. run npm install.

  3. Open index.html with your browser.

If you want to run tests:

  • run npm run test

Author

👤 Rashid Mammadli

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments