Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T18:51:09.000Z (18 days ago)
- Last Synced: 2024-10-26T20:35:24.616Z (18 days ago)
- Topics: kata, rock-paper-scissors, rust-lang
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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.