Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.