2 releases
0.1.1 | Sep 2, 2022 |
---|---|
0.1.0 | Jul 28, 2022 |
#560 in Games
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
~310KB