03 VR Interactive Gamify Project

This project is an interactive number guessing game called “Guess My Number.” The game generates a random number between 1 and 20, and players try to guess it. Feedback is provided after each guess, showing whether the number is too high, too low, or correct. The game tracks the player's score, decreasing it with each wrong guess, and records a high score to encourage multiple attempts. Visual cues, such as background color changes and animations, make the game more engaging. Players can reset the game at any time using the “Again!” button to start a new round. This project showcases my skills in JavaScript for DOM manipulation and event handling, combined with responsive HTML and CSS design for a fun and interactive experience.

Overview

Guess My Number is a fun game where players guess a hidden number with real-time feedback and score tracking. The project focuses on creating an engaging experience using JavaScript, HTML, and CSS.

Tools Used

Goal

The goal of this project is to create an engaging, interactive game that challenges players to guess a number while demonstrating practical skills in JavaScript, HTML, and CSS.

Outcome

A fully online interactive experience with real-time feedback, score and high score tracking, and visual cues, showcasing a functional web based game built with JavaScript, HTML, and CSS.

GitHub Repository