Skip to content

BogdanCiocea/rust-beginner-projects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Beginner Projects

Rundown

This a list of beginner-projects written in Rust

How to Run

To run a solution: compile the crate, and run the corresponding example

For example to run magic_8_ball.rs, run

$ cargo build
$ cargo run --example magic_8_ball

Examples can be found in the examples directory

Documentation

To view documentation, run cargo doc --open

Status of Solutions

  • 99 Bottles
  • Magic 8 Ball
  • Pythagorean Triples Checker
  • Rock Paper Scissors Game
  • Coin Estimator By Weight
  • Mad Libs Story Maker
  • Change Calculator
  • Mean, Median, and Mode
  • Higher Lower Guessing Game
  • Multiplication Table
  • Fibonacci Sequence
  • Hangman Game
  • Dice Rolling Simulator
  • Factors of a Number
  • Countdown Clock
  • Black Jack
  • Watch for New TIL Facts
  • Random Wikipedia Article
  • What's the Weather?
  • Sierpinski Triangle
  • Pomodoro Timer
  • Scarne's Dice

About

Beginner projects in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.1%
  • Shell 0.9%