Skip to content

1Git2Clone/rust-rps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-rps

Simple rock paper scissors app in rust, its my second ever rust project so no bulli plz.

It works on a very simple basis:

  • Your score is stored persistently, starting from 0.
  • the game repeats itself in a loop while you don't type in 0 or use Ctrl+C/Ctrl+D.
  • If your score gets down to -1, then the loop breaks and you get ratio'd by the terminal.

Releases

No releases published

Packages

No packages published

Languages