https://github.com/perty/guessing_game
A Rust program that selects a random number and your job is to guess it. How many guesses will you need?
https://github.com/perty/guessing_game
Last synced: about 1 year ago
JSON representation
A Rust program that selects a random number and your job is to guess it. How many guesses will you need?
- Host: GitHub
- URL: https://github.com/perty/guessing_game
- Owner: perty
- Created: 2023-07-02T10:00:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T10:03:33.000Z (about 3 years ago)
- Last Synced: 2025-01-18T18:39:20.095Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Rust Guessing Game
A Rust program that selects a random number and your job is to guess it. How many guesses will you need?
Inspired by the second chapter of the book "The Rust Programming Language".