Skip to content

feat: Add Number Guessing Game project - #233

Open
shashwat-28410 wants to merge 1 commit into
Axe-Pearl:masterfrom
shashwat-28410:add-number-guessing-game
Open

feat: Add Number Guessing Game project#233
shashwat-28410 wants to merge 1 commit into
Axe-Pearl:masterfrom
shashwat-28410:add-number-guessing-game

Conversation

@shashwat-28410

Copy link
Copy Markdown

This PR adds a new project called "Number Guessing Game" to the repository. This project is a simple web-based game where users
guess a randomly generated number between 1 and 100 within 10 attempts.

Changes Included:

  • Added a new directory: /Number-Guessing-Game/
  • Included index.html (structure), style.css (styling), and script.js (game logic).
  • Updated the main README.md to list this new project in the projects table.

How to Test:

  1. Open the index.html file in your browser.
  2. Enter a number between 1 and 100 in the input field.
  3. Click "Submit Guess".
  4. The game will provide feedback ("Too low!" or "Too high!") and track remaining guesses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants