Create a game project
Initialize a game project
Setting up a new project template
The above command will create a scaffold for a small demo gameplay with two components and an extremely simple demo game called grid-walk.
Provable Gamplay Scaffold
The frontend should not contain not meaningful gameplay logic, they should be written inside the provable gameplay in Rust.
A Rust project that contains provable gameplay logic.
Frontend Scaffold
This files are under
A barebone React project served with Vite.js.
Last updated