| Crates.io | randyrand |
| lib.rs | randyrand |
| version | 0.3.0 |
| created_at | 2025-05-22 09:43:48.166561+00 |
| updated_at | 2025-05-25 16:01:26.461413+00 |
| description | A quick and AI-powered game to guess numbers and get answered by a cowboy. |
| homepage | |
| repository | https://github.com/dybucc/randy |
| max_upload_size | |
| id | 1684952 |
| size | 99,318 |
A game with AI features to guess numbers. You pick a range, you guess a number and an AI answers back in a cowboy-like manner.
That's it.
Read the instructions to set up the program, and the features to learn about further possibilities with the program.
Everything's in the --help command option, though it is also detailed here.
OPENROUTER_API_KEY=<YOUR_API_KEY>
api-key option:
randy --api-key <YOUR_API_KEY>
OPENROUTER_MODEL=<MODEL_NAME>
model option to the program:
randy --model <MODEL_NAME>
cargo install --locked --no-track randyrand
git clone https://github.com/dybuc/randy
cd randy
cargo install --no-track --locked --path .