An open API service indexing awesome lists of open source software.

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?

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".