#game #import #play #guessing #md #now #invoke

vdksf_guessing_game

Another fun guessing game from rust-book tutorial, but with an easter egg

2 releases

0.1.1 Sep 2, 2022
0.1.0 Jul 28, 2022

#720 in Games

23 downloads per month

MIT/Apache

5KB
72 lines

Now this crate have a README.md file

I really pleasent to meet you here! This is a game that you can play just by importing the start_game and invoke it!

The donut is hidden somewhere


lib.rs:

To start using this library add this code under [dependencies]:

vdksf_guessing_game = "0.1.*"

After this use this code to start game:

use vdksf_guessing_game::start_game;

fn main() {
    start_game();
}

Dependencies

~315KB