Select a file to view its exact on-chain source. Sorted README → gnomod → sources → tests.
Guess(cur interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}, n int) string
NewRound(cur interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}) string
Render(path string) string
Signatures reconstructed verbatim from vm/qfuncs — interface params keep their inline definitions.
# 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: 115462
- 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
```
vm/qrender output, sanitized (docs/render-security.md) and displayed in an empty-sandbox iframe — scripts, forms and popups cannot run. Links stay inert in-preview; right-click to open.