Главная
Study mode:
on
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
Description:
Learn to build a guessing game in Rust with this 28-minute video tutorial from the Rust Lang Course 2021 series. Explore essential Rust concepts including number types, modules, variable shadowing, loops, if/else statements, and the match keyword. Follow along as the instructor guides you through setting up the game, handling user input, parsing strings to numbers, implementing game logic, and generating random numbers. Gain practical experience with Rust's syntax and features while creating an interactive console application.

Rust Lang Course 2021 - Guessing Game

Jeremy Chone
Add to list