Skip to content

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

License

Notifications You must be signed in to change notification settings

nicolas-sabbatini/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages