Files
wren/example
Bob Nystrom 1db2c3deae feat: add guess-a-number game example with random number and user input loop
Add a new Wren example implementing a classic number guessing game where the program picks a random integer between 1 and 100, then repeatedly prompts the user for guesses, providing "too low", "too high", or "you win" feedback until the correct number is found. The implementation uses the `random` module for number generation and `io` module for stdin reading with input validation.
2015-10-17 18:19:25 +00:00
..