Skip to content

AtaanshAhlawat/Number-Guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Number Guesser

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.

Preview

Screenshot 2024-04-22 at 5 39 37 PM

How to Play

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. Screenshot 2024-04-22 at 5 40 35 PM

Features

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.

File Structure

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.

Development

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.

Technologies Used

HTML5

CSS3 (Bootstrap 4)

JavaScript (ES6)