Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveklabnik/guessing_game
The classic guessing game in Rust.
https://github.com/steveklabnik/guessing_game
Last synced: 17 days ago
JSON representation
The classic guessing game in Rust.
- Host: GitHub
- URL: https://github.com/steveklabnik/guessing_game
- Owner: steveklabnik
- Created: 2014-06-27T21:03:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-28T02:14:50.000Z (over 10 years ago)
- Last Synced: 2024-10-10T20:19:37.093Z (about 1 month ago)
- Language: Rust
- Size: 103 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guessing Game
This is the classic 'guessing game' in Rust.
To install:
```bash
$ git clone https://github.com/steveklabnik/guessing_game
$ cd guessing_game
$ cargo build
$ ./target/guessing_game
```I assume you have both Rust and Cargo installed.