A Guessing Game

Learning the zk-powered game by programming a guessing game.

Requirements

Install the Rust, recommended to use rustup

Installation

cargo new guess

Generation

Next, the starter template for game development will be generated.

Step 1: Add dependencies

cargo add uzkge

Step 2: Run project

cargo run

A demo game web server accessible by default at http://127.0.0.1:9000.

Directory and all files

tree