Skip to content

jray-afk/rust-rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Rock Paper Scissors

A simple Rock, Paper, Scissors game against the computer. Winner is determined from best out of 5 games.

Installation

Install the Rust programming language here.

Building and Running

Use Rust's tool cargo to build the project:

cd rust-rock-paper-scissors
cargo build

This will create the target folder with your built target/debug/rock_paper_scissors.exe file.

Run this to play the game!

About

Simple rock, paper, scissors game against the computer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages