What is case opening?
Case opening is a mechanic inspired by video games: you open a case and, with animation and suspense, reveal which item you got at random from the possibilities. Here we use it as an original, exciting way to make a decision or run a draw, turning the result into a little surprise.
Instead of showing the result all at once, the animation scrolls through the options and slows down until it lands on the chosen one.
When to use case opening?
- Draws with a touch of spectacle, flashier than a list of names.
- Choosing among several options in a fun, suspenseful way.
- Group activities and livestreams where the animation adds excitement.
- Prizes and rewards in games or events.
How does our case opening work?
When you open the case, the page picks the result at random with the browser’s pseudo-random generator (Math.random()) and the animation stops on the chosen item. The decision is made the instant you open; the animation is just the staging.
Everything is computed in your browser, with nothing sent to a server.
Is it fair? Case randomness, no tricks
Video game cases or "loot boxes" usually hand out items with very different odds: the rare stuff almost never drops, which is where their controversial reputation comes from. Our version is exactly the opposite and far simpler: it's a draw with case styling, so every participant or option has exactly the same chance of coming out, with no "rare" items or rigged streaks. The animation that scrolls through the options before stopping is just staging for excitement; the result was already decided at random the moment you opened. It's perfect when you want the thrill of the opening without any money or mechanics designed to hook you.
Frequently asked questions
Is the item that comes out really random?
Yes. The result is chosen at random by the browser’s pseudo-random engine, with no trick in the animation.
Does it involve real money?
No. It is a purely recreational game of chance; there are no purchases or rewards of monetary value.
Can I customize what is inside?
The tool splits the result among the available options at random.
Are results stored?
No. Everything happens in your browser and nothing is sent to our servers.
How do I add participants or options?
Type each name or option in the panel and tap to add it to the case; once you have them all, open the case and chance will pull one out. You can remove any you like and open again as many times as you need.
Why does the animation scroll through several names before stopping?
It's the classic "reel effect" of openings: the strip zips through the options and slows down until it lands on the chosen one. It's purely cosmetic; the winner was already decided when you opened, so the slowdown doesn't change the result.
Can I use it for a real draw?
Yes. Since every option has the same chance and it all happens in plain sight, it works perfectly for a fair draw among friends or on a livestream. For draws with very many participants, the classic name draw may suit you better.