This a list of beginner-projects written in Rust
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
To view documentation, run cargo doc --open
- 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