A Guessing Game
Learning the zk-powered game by programming a guessing game.
Requirements
Install the Rust, recommended to use rustup
Installation
cargo new guessGeneration
Next, the starter template for game development will be generated.
Step 1: Add dependencies
cargo add uzkgeStep 2: Run project
cargo runA demo game web server accessible by default at http://127.0.0.1:9000.
Directory and all files
treeLast updated
Was this helpful?