📝 Description
The Number Guessing Game is not functioning properly when the user enters a number and clicks the "Guess!" button. The game does not process the input, no feedback message is displayed, and the attempts counter remains unchanged.
🔄 Steps to Reproduce
- Open the 'Number Guessing Game'.
- Enter any number in the input field.
- Click the "Guess!" button.
- Observe that the game does not respond.
🎯 Expected Behavior
- The game should process the entered number.
- Attempts counter should increase.
- A result message should appear:
- Too High
- Too Low
- Correct Guess
❌ Actual Behavior / Error Logs
- Clicking the "Guess!" button does nothing.
- Attempts remain 0.
- No feedback/result message appears.
- Game logic seems unresponsive.
💻 Environment
- OS: [e.g. Windows 11]
- Browser: [Google Chrome]
- Project/Game: [Number Guessing Game]
- [x ] I am a registered GSSoC 2026 contributor.
- [x ] I want to be assigned to fix this issue.
📝 Description
The Number Guessing Game is not functioning properly when the user enters a number and clicks the "Guess!" button. The game does not process the input, no feedback message is displayed, and the attempts counter remains unchanged.
🔄 Steps to Reproduce
🎯 Expected Behavior
❌ Actual Behavior / Error Logs
💻 Environment