Crates.io | jam_theme_picker |
lib.rs | jam_theme_picker |
version | 0.2.0 |
source | src |
created_at | 2022-02-21 18:26:04.15105 |
updated_at | 2022-02-21 18:39:17.863658 |
description | A Bevy + mdbook enabled template repo to build on. |
homepage | |
repository | https://github.com/Nilirad/jam_theme_picker |
max_upload_size | |
id | 536898 |
size | 88,412 |
A simple utility program to randomly pick up a string among a set provided through command line arguments. It can be particularly useful for picking up a random theme for game jams but it is also suitable for other uses. Source of randomness is provided by random.org.
Bevy project template generously provided by Leafwing Studios.
Install this utility on your machine using cargo:
cargo install jam_theme_picker
If you want to run the program from the repository, go to the directory of this README file, and run a command with the following form:
cargo run -- "theme 1" "theme 2" "theme 3"
Otherwise, if you installed the utility using cargo install
, you can simply run from anywhere:
jam_theme_picker "theme 1" "theme 2" "theme 3"
The number of strings must be at least two.