/rock-paper-scissors

A simple rock paper scissors game made in :crab: Rust :crab: with the crates Cursive and Rand

Primary LanguageRustOtherNOASSERTION

Rock paper scissors

A simple rock paper scissors game made in 🦀 Rust 🦀 with the crates Cursive and Rand

Objectives

The objective of the project was to understand and learn to use Cursive

How was made

The project was made by adapting the Cursive tutorial to the needs of the projects

App flow

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}}
Loading