This project is a practical assignment for self-study of the JavaScript "Advanced Level" course, focusing on a deeper understanding of the topics "Browser Events", "Execution Context", and "Classes". As part of this work, the file class.js
was added.
This is a simple game where the user needs to guess the number chosen by the computer. The project is developed using HTML, CSS, and JavaScript.
Read about the transition from procedural to OOP style and the main challenges I faced:
- OOP vs Procedural: My Refactoring Story (Wiki version)
- OOP vs Procedural: My Refactoring Story (Markdown file)
You can play the game online through GitHub Pages:
You can view and clone the source code from the GitHub repository:
- Clone the repository:
git clone https://github.com/yourusername/guess_number_game.git
- Open the
index.html
file in your browser.
- Follow the on-screen instructions to guess the number.
- Enjoy the game!
This project is licensed under the MIT License. See the LICENSE file for details.