Skip to content

official-mywebprojects/Guess-my-age-with-RUST-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess-my-age-with-RUST

Just For Fun! 😃 Play this interesting game built with RUST

Guess my age and set your age

To run this program, you will need RUST installed on your machine. To check if you already have RUST on your machine, run rustc --version in your CLI or Terminal

If command does not output RUST version number, for Windows, go here to download it and run the setup.exe. You will also need the MSVC build tools for Visual Studio 2013 or later. To acquire the build tools, you’ll need to install Visual Studio 2022 if you don't already have one. When asked which workloads to install, include:

Desktop Development with C++

The Windows 10 or 11 SDK

The English language pack component, along with any other language pack of your choosing

For MacOS or Linux users, run below command in Terminal to install RUST; $ curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh This command downloads a script and starts the installation of the rustup tool. After successful installation, you should see a message like this:

Rust is installed now. Great!

Now that you have RUST up and running,

- Make a copy of this repo
- Download it to your machine by typing the command in Terminal git clone [email protected]:official-mywebprojects/Guess-my-age-with-RUST-.git
- Enter the guessing_game directory
- Compile and run the program with the command cargo run

👏 Enjoy!!

Feel free to contribute to this project! 😄

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages