Everything below is read straight from the database.
A player wins only when all three hold: they catch at least the win score, their play lands on a win turn, and a prize still has stock. Changes apply to the next play — no need to restart the kiosk.
On a win turn one prize is drawn at random from those still in stock, biased by weight — a weight of 4 is picked four times as often as a weight of 1. Set a weight or stock to 0, or switch a prize off, to take it out of the draw.
Latest {{ plays.length }} entries, newest first.
| # | Name | Mobile | Caught | Result | Prize | When |
|---|---|---|---|---|---|---|
| {{ p.id }} | {{ p.name }} | {{ p.mobile }} | {{ p.caught }} | {{ p.is_winner ? 'Won' : 'No win' }} | {{ p.prize_name }} | {{ p.created_at | date:'dd MMM HH:mm' }} |
| No plays recorded yet. | ||||||