Loading repository data…
Loading repository data…
nicolas-sabbatini / repository
A simple rock paper scissors game made in :crab: Rust :crab: with the crates Cursive and Rand
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple rock paper scissors game made in :crab: Rust :crab: with the crates Cursive and Rand
The objective of the project was to understand and learn to use Cursive
The project was made by adapting the Cursive tutorial to the needs of the projects
graph LR
A[Main menu] --> |Want to play| B[Option selector]
B --> |Select Option| C[Results]
C --> |Play again| B
C -.-> S1>Win] & S2>Tie] & S3>Lose]
A & B --> |Don't want to play| D{{Exit Game}}