Whoops!

We haven't built the mobile version yet. Hackathon vibes, you know how it is.

Tight deadline, big dreams, zero responsiveness. Please hop on a desktop or laptop to enjoy the full experience!

Cheers from the House Protocol Team ✌️

Session

Initializing wallet...

RANGE

pick-number

Open a session above to play

pick-numberprimitive

Range uses the pick-number primitive. Player sets a target and predicts if the result lands over, under, or within a range. Payout scales inversely with win probability. Protocol enforces the math.

House SDK
import { HouseSDK } from '@house-protocol/sdk'

const game = HouseSDK.createGame({
  type: 'pick-number',
  name: 'Range',
  houseEdge: 200, // 2% in bps
  options: {
    min: 1,
    max: 100,
    modes: ['over', 'under', 'range'],
  },
})