Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.