Skip to content

Conversation

@Achi-Vyshnavi
Copy link
Contributor

…and replay

This update significantly improves the Number-Guess game by introducing multiple new features:

  1. Levels with increasing difficulty: Each new level increases the range of numbers to guess, making the game progressively harder.
  2. Score system: Players earn points based on remaining attempts per level, rewarding faster correct guesses.
  3. Attempts limit: Each level allows a maximum of 5 attempts to guess the number, adding challenge and excitement.
  4. Replay / Continue option: After completing a level, the player can choose to continue to the next level or quit the game.
  5. Improved input validation: Ensures only positive integers are accepted, making the game more robust and user-friendly.
  6. Cleaner and modular code: Functions are modular, easy to read, and maintain.

These enhancements make the game more engaging, interactive, and recruiter-friendly, demonstrating the ability to improve existing code and add meaningful features.

…and replay

This update significantly improves the Number-Guess game by introducing multiple new features:

1. **Levels with increasing difficulty:** Each new level increases the range of numbers to guess, making the game progressively harder.
2. **Score system:** Players earn points based on remaining attempts per level, rewarding faster correct guesses.
3. **Attempts limit:** Each level allows a maximum of 5 attempts to guess the number, adding challenge and excitement.
4. **Replay / Continue option:** After completing a level, the player can choose to continue to the next level or quit the game.
5. **Improved input validation:** Ensures only positive integers are accepted, making the game more robust and user-friendly.
6. **Cleaner and modular code:** Functions are modular, easy to read, and maintain.

These enhancements make the game more engaging, interactive, and recruiter-friendly, demonstrating the ability to improve existing code and add meaningful features.
@github-actions
Copy link

👋 @Achi-Vyshnavi
Thank you for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.

Copy link
Contributor

@iamwatchdogs iamwatchdogs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed and Approved by @iamwatchdogs.

@iamwatchdogs iamwatchdogs merged commit 865c2b5 into Grow-with-Open-Source:main Dec 28, 2025
4 checks passed
@github-actions
Copy link

Thank you for contributing @Achi-Vyshnavi. Make sure to check your contribution on GitHub Pages.

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