/guessing-game

Primary LanguageRustGNU General Public License v3.0GPL-3.0

guessing_game

About

Following the The Rust Programming Language and Command line apps in Rust to get a deeper understanding and practising writing in Rust.

Learnings

  • Understanding Immutability and Referencing of Variables
  • 'match' statements with Enumerates
  • Using external Crates
  • Using Cargo to setup packages
  • Using the std libraries to get Input
  • Creating an CLI to interact more with the game