Completed
- Variable Shadowing
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Rust Lang Course 2021 - Guessing Game
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro & Setup
- 2 - The Plan
- 3 - Variable Secret
- 4 - Number Types
- 5 - Mutability recap
- 6 - Ask the user
- 7 - First intro to module std::io
- 8 - Rust naming conventions
- 9 - Read user input io:stdin.read_line&mut guess
- 10 - Break & Understand
- 11 - Parse string to number
- 12 - Variable Shadowing
- 13 - If / Else - You Win, You Loose
- 14 - Loop
- 15 - Match
- 16 - Random with rand
- 17 - Run it all
- 18 - Conclusion and next episode