Numer0n is a strategic number-guessing game in which two players compete to guess the opponent's 3-digit secret numbers first. It's built on Aztec Sandbox. Both players' secret numbers are stored privately on smart contracts.
Play on demo app.
Want to learn how to play? check Rule Book.
pnpm i
create .env
cp ./frontend/.env.example ./frontend/.env
start frontend
cd frontend
pnpm dev