Skip to content

Number Guesser Game v1.2

Compare
Choose a tag to compare
@RohithPai07 RohithPai07 released this 22 Nov 04:24
0b5c57e

Number Guessing Game - Release Notes (Version 1.2)

Key Features Added

1. Variable Configuration with /set Command

  • Introduced the /set command for customizing game variables:
    • timesleep: Adjusts the delay between bot game guesses.
    • high: Sets the upper limit for the bot's guessing range.
    • low: Sets the lower limit for the bot's guessing range.
  • Improved error handling ensures valid values are assigned, with detailed feedback for incorrect inputs.

2. Enhanced Developer Options

  • The /set command is accessible in Developer Mode, providing more control over gameplay for advanced users.

3. Improved Error Handling

  • Added robust error validation for invalid commands and variable values.
  • Prevents unintended game behavior by resetting invalid ranges and values to safe defaults.

Update Log

  • v0.1: Initial Release
  • v0.2: Range Restriction
  • v0.3: Error Handling
  • v0.4: Improved Input Validation
  • v0.5: Average Tries Feature
  • v0.6: Bug Fix
  • v0.7: Developer Options Added
  • v0.8: Toggle Developer Mode & UI Improvement
  • v0.9: UI Improvements
  • v1.0: Cleaner Code for Better Accessibility
  • v1.1: Added AI Bot with /bot Command
  • v1.2: Customizable Game Variables via /set Command