The rules, a worked example, and a simple strategy that cracks any code — plus a free daily version you can play right now.
▶ Play today's free Bulls & Cows puzzle — VaultleBulls and Cows is a classic code-breaking game for the mind — older than its famous commercial cousin Mastermind. One player thinks of a secret number whose digits are all different (4 digits is the most common version), and the other player tries to crack it with as few guesses as possible.
Say the secret code is 1 9 0 5:
| Your guess | Bulls | Cows | Why |
|---|---|---|---|
| 0 1 2 3 | 0 | 2 | 0 and 1 are in the code but misplaced |
| 1 0 4 5 | 2 | 1 | 1 and 5 are placed right; 0 is in the code but misplaced |
| 1 9 0 5 | 4 | 0 | cracked! |
Bulls and Cows is pure deduction — no luck required. Here's a reliable approach:
0 1 2 3).
The total of bulls + cows tells you how many of those four digits appear in the code.With this method almost every code falls in five or six guesses, and even the trickiest distinct-digit code is always solvable within nine.
Want to practice? Vaultle is a free daily Bulls & Cows game: everyone gets the same secret code each day, you crack it in nine guesses, and you can share your spoiler-free result grid. No login, no ads, works on mobile — and there's an unlimited practice mode for when you want to keep going.
▶ Crack today's code on VaultleIs Bulls and Cows the same as Mastermind? They're the same idea. Mastermind is the colored-peg board-game version; Bulls and Cows is the original played with digits.
Can the code have repeated digits? The classic version uses all different digits, which keeps the deduction clean. That's the version Vaultle uses.
How many guesses should it take? A careful player usually needs five or six; nine is plenty of headroom.