Skip to content

SOMIL01/Guessing_game_Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is guessing game written in Rust

We were able to see usecase of following methods and this also includes some of its properties


  1. User Input
  2. Random Number Generation
  3. Variables and Mutability
  4. Looping and Control Flow
  5. Error Handling
  6. Pattern Matching
  7. Cargo and Project Structure
  8. Ownership and Borrowing (implicitly)
  9. Standard Library (std) Usage
  10. Documentation and Comments

The "Guessing Game" example provides a practical and interactive way to apply Rust concepts, making it a valuable exercise for beginners to reinforce their understanding of the language.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages