https://github.com/mervyn-mccreight/rps-rs
A simulation of 100 rock-paper-scissors games with one player always choosing rock and the other player choosing randomly with a print to the console of the simulation results
https://github.com/mervyn-mccreight/rps-rs
kata rock-paper-scissors rust-lang
Last synced: 3 months ago
JSON representation
A simulation of 100 rock-paper-scissors games with one player always choosing rock and the other player choosing randomly with a print to the console of the simulation results
- Host: GitHub
- URL: https://github.com/mervyn-mccreight/rps-rs
- Owner: mervyn-mccreight
- Created: 2021-10-05T18:50:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T14:15:49.000Z (4 months ago)
- Last Synced: 2025-03-27T01:22:09.617Z (3 months ago)
- Topics: kata, rock-paper-scissors, rust-lang
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## General information
A simulation of 100 rock-paper-scissors games with one player always choosing rock and the other player choosing randomly with a print to the console of the simulation results - written in Rust.## Usage
To run a simulation execute `cargo run --release`. This will build an optimized binary and run it.## Tests
Run `cargo test` to run all tests.