Skip to content

Feat : Implement Number Guessing Game Logic #156

Description

@venisha-kalola

Project slug (e.g., snake, todo)

number-guessing-game

Summary

Implement the game logic for a simple Number Guessing Game using Vanilla JavaScript.
The user will try to guess a randomly generated number within a certain range, with hints provided after each guess.

Details / Acceptance criteria

Generate a random number between a defined range (e.g., 1–100).

Accept user input through an input field or prompt.

Provide feedback such as “Too High”, “Too Low”, or “Correct!”.

Track the number of attempts made by the user.

Display success or failure messages clearly.

Include a reset button to start a new game.

Scope

  • UI changes
  • Logic changes
  • Accessibility
  • Tests (manual)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions