A lightweight, no-build party game you can run locally in any modern browser.
Players take turns poking a sleeping bear. Each poke increases the chance the bear wakes up. If you wake the bear, you lose.
- Clone/download this repo.
- Open
index.htmlin your browser.
No install step, no build step.
- Choose Number of Players (2–12).
- Optionally enter player names.
- Click Start Game.
- On your turn:
- Click Poke the Bear at least once.
- Optionally use Sing a Lullaby once per player per game to reduce the current risk.
- Click End Turn to pass play.
Use Settings (bottom-right) to adjust:
- Initial Probability: starting wake chance.
- Poke Increment: how much the wake chance increases after each poke.
Settings lock once the game starts.
index.html— the game UIassets/style.css— stylingassets/script.js— game logic
- Player count and names are saved in
localStoragefor convenience.