Skip to content

andresmeireles/guessing_name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess game

how it works

A simple console guess the number game.

how build

Ensure that you have rust installed on your machine

First clone this repository with command

https://github.com/andresmeireles/guessing_name.git

After go to source folder with command

cd guessing_game

In source code directory run command

cargo run

And play!

Alternatively

You can build this little game with command:

cargo build --release

The project will be build on target/release/guessing_game, put this binary on any pendrive and play this game on every pc

:)

About

learning project from rust book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages