Pickyroo

Twelve ridiculous ways to pick a winner

Can't decide? Let the roo pick. Type your names once, then spin a wheel, race a field of pigs, drop a plinko ball or pop balloons until one is left — same list, completely different show. Free, no sign-up, and nothing ever leaves your browser.

🎡 Spin the wheel

Pick your poison

Every game reads the same list of names.

How it works

About forty seconds, start to finish.

  1. Add your names

    Type them, or paste a whole list at once. Give each one a character and a colour if you like — they carry through to every game as jockeys, balloons and reels.

  2. Pick a game

    Wheel for speed, a race when you want ninety seconds of shouting, a bracket when there are a lot of names to get through.

  3. Play it again

    Switch games without retyping anything — your list follows you. Remove the winner and go again to draw a whole running order.

What people use it for

Mostly: avoiding a decision.

  1. đŸĢ Classrooms

    Cold-calling without the awkwardness, picking reading order, choosing team captains. Full view mode strips the page back for the projector.

  2. đŸ’ŧ Standups and socials

    Who demos first, who gets the last biscuit, who is organising the Christmas do. The bracket handles a whole department.

  3. 🎉 Raffles and fundraisers

    Paste your entrant list, run the duck derby on the big screen, and share the link so everyone can see their own duck before it starts.

  4. 🍕 Family stand-offs

    What's for dinner, whose turn on the console, who walks the dog. Balloon pop is the one that gets passed round the table.

Questions

Is it actually random?

Yes, and not by accident. Every draw uses crypto.getRandomValues — your browser's cryptographic random number generator — rather than the ordinary Math.random, which is allowed to be a low-quality generator that repeats. Whole numbers are drawn with rejection sampling so there is no rounding bias either. The full explanation is on the about page.

Do I need an account?

No. There is nothing to sign up for. Your list is stored in your own browser and is never sent anywhere.

Can I make one name more likely than another?

Yes — every name has a number next to it. Set it to 3 and that name gets three times the chance. Each game honours it in a way that suits the game: a bigger slice on the wheel, more bins in plinko, extra dice in the derby, and in balloon pop it works in reverse and makes you harder to pop.

Can I share my list with someone else?

Press 🔗 Share in the names panel. The link contains the whole list, so whoever opens it gets your exact setup — handy for a raffle where everyone wants to see their own entry first.

Does it work on a phone?

Yes, all twelve. The wheel and the races are built for a phone screen first, and balloon pop is designed to be passed round a table.

Is this gambling?

No. There is nothing to stake, nothing to win and no money involved anywhere. It is a name picker with better animation.