Skip to content

Tic Tac Toe game built in JavaScript. This project follows the concepts about Factory Functions and The Module Pattern along with the main concepts of Object Oriented Programming. Particularly, classes/objects and how to access their methods and attributes.

License

Notifications You must be signed in to change notification settings

rammazzoti2000/Tic-tac-toe_JS

 
 

Repository files navigation

Contributors Forks Stargazers Issues


Logo

JavaScript --> [Tic Tac Toe]

This project is part of the Microverse curriculum in JavaScript module!
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

In this project, the student builds a Tic Tac Toe game (Again) but this time it’ll be rendered in the browser. No backend. This project follows the lesson about Factory Functions and The Module Pattern so the main goal is to put into practice those concepts along with the main concepts of Object Oriented Programming. Particularly, classes/objects and how to access their methods and attributes.

Built With

This project was built using these technologies.

  • HTML/CSS
  • JavaScript
  • ESLint
  • StyleLint
  • GithubActions 💪
  • Atom :atom:
  • VSCode 🆚

Usage

To have this app on your pc, you need to:

  • download or clone this repo:
    • Clone with SSH:
      git@github.com:vzdrizhni/Tic-tac-toe_JS.git
    
    • Clone with HTTPS
      https://github.com/vzdrizhni/Tic-tac-toe_JS.git
    
  • and open index.html file with a browser of your choice.

Automated Test

No automated tests yet

Live Demo

Live Demo 👈

Contributors

👤 Roman Nikolaev

👤 Alexandru Bangau

🤝 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!

Acknowledgements

📝 License

This project is MIT licensed.

About

Tic Tac Toe game built in JavaScript. This project follows the concepts about Factory Functions and The Module Pattern along with the main concepts of Object Oriented Programming. Particularly, classes/objects and how to access their methods and attributes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.7%
  • CSS 28.5%
  • HTML 17.8%