Skip to content

iSathsara/Guess-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess-Game

The complete implementation of Guessing-Game in Rust documentation. It helps to get a basic understanding of Rust language.
The game covers following areas in Rust language.

  • How to print on terminal
  • How to create variables (mutable /immutable)
  • How to create Loop (infinite) & how to break / continue it
  • type conversion of variables
  • How to use extenal libraries which provide by Rust (crate)
  • matching & compare two numbers.

The game is a little bit differ from the exact one in the documentation, but remains inside the scope.

About

guessing game in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages