This is a simple number guessing game web application built using HTML, CSS (Bootstrap), and JavaScript. Users can enter a number guess, and the game will provide feedback on whether the guess is too high, too low, or correct.
Open index.html in a web browser to launch the game. Enter a number guess in the input field provided. Click the "Check Me" button to see if your guess is correct. Continue guessing until you find the correct number. Use the "Restart" button to start a new game.
Clean and modern user interface inspired by Apple's design style. Responsive layout for desktop and mobile devices. Real-time feedback on number guesses. History display showing previously guessed numbers. Option to restart the game for a new challenge.
index.html: Main HTML file containing the game interface. style.css: Custom CSS file for styling the game elements. script.js: JavaScript file containing game logic and functionality.
To modify or enhance the game, you can edit the following files:
HTML: index.html - Modify the structure and layout of the game interface.
CSS: style.css - Customize the styles, colors, and layout of game elements.
JavaScript: script.js - Implement additional game logic or features.
HTML5
CSS3 (Bootstrap 4)
JavaScript (ES6)