Crates.io | simoncli |
lib.rs | simoncli |
version | 1.1.1 |
source | src |
created_at | 2019-08-12 15:43:50.932011 |
updated_at | 2019-08-12 16:40:28.964231 |
description | A simple, little CLI simon game |
homepage | |
repository | https://github.com/Noah2610/simoncli |
max_upload_size | |
id | 156154 |
size | 16,149 |
A simple, little CLI simon game.
Written in Rust; the only crate dependency is rand
for randomization.
cargo install simoncli
You will need cargo
to compile from source, which is shipped with Rust.
Run cargo run
from within the project's root to compile and run the game.
You can also install from source by running the following from within the project's root:
cargo install --path .
Now you should have simoncli
available from your shell.
Once installed, simply run the game with simoncli
(or cargo run
)
and the game will start.
Remember the order in which numbers show up in the squares,
then repeat the pattern by typing the associated keys in the same order.
w
for top-lefte
for top-rights
for bottom-leftd
for bottom-rightYou can type out the whole pattern of keys in the same line and press enter to submit,
or you can input and submit the keys one-at-a-time.
If you mess-up, the game ends and your score is displayed.
You get one score point for every correct key in a pattern.
Your highscore is not saved; this might be a cool feature to have in the future.