Realm
v1
gno.land/r/moul/x/daily/numguess/v1
Render
Number Guessing Game
Guess the hidden number between 1 and 100. Each round's target is derived deterministically from the block height at which it started.
Current round
- Round: 1
- Started at block height: 23421
- Attempts so far (this round): 0
- Last hint: no guesses yet
- Status: open — call
Guess(n)to play.
Leaderboard
No winners yet — be the first!
How to play
Guess(n) // n in 1..100 -> "higher" | "lower" | "correct"
NewRound() // start a fresh round once the current one is solved
Source (qfile)
README.md gnomod.toml numguess.gno