Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 857 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 857 Bytes

Numer0n

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.

Screenshot 2024-03-07 at 23 24 11

Play on demo app.
Want to learn how to play? check Rule Book.

Local Developments

install

pnpm i 

start frontend

create .env

cp ./frontend/.env.example ./frontend/.env

start frontend

cd frontend
pnpm dev