The daily code-breaking game โ crack the hidden colour code.
Every day there's one hidden code: 4 tokens, each one of 6 colours. Colours can repeat. You have 8 guesses. Build a guess from the palette, hit Guess, and read the clues:
| Clue | Means |
|---|---|
| ๐ฉ | a token that is the right colour in the right spot |
| ๐จ | a token that is the right colour but in the wrong spot |
| โฌ | a colour that isn't in the code (in that quantity) |
The clues tell you how many of each, not which token โ that's the puzzle. Crack all four (๐ฉ๐ฉ๐ฉ๐ฉ) to win. Everyone gets the same code each day, so your grid is comparable with friends.
Suppose your first probe is ๐ด๐ด๐ ๐ and the clue comes back as one ๐จ and nothing else. That single yellow tells you the code contains exactly one red-or-orange between them, in a spot you haven't matched yet โ and no greens, so the other three tokens are among the remaining four colours. Your next probe swaps in two fresh colours, say ๐ข๐ข๐ต๐ต, to count those. Piece by piece you learn how many of each colour belong; only then do you shuffle known colours between positions, watching a ๐จ flip to ๐ฉ to pin each spot. Deduction, not luck, cracks it.
decode is the classic bulls-and-cows / coloured-peg deduction puzzle โ the same public-domain logic mechanic behind the pen-and-paper "bulls and cows" number game and the coloured-peg board game it inspired. You're a codebreaker narrowing a hidden combination using only counting clues. It's a game of pure information: every guess should be chosen to learn something, not just to try an answer.
One hidden code a day, the same for everyone, then you're finished until tomorrow โ a small daily ritual rather than an endless grind. Solving keeps your streak going, and the spoiler-free emoji grid lets you brag about cracking it in few guesses without revealing the code. Free, no account, plays entirely in your browser.
| Question | Answer |
|---|---|
| Can a colour appear more than once in the code? | Yes. Colours can repeat, which is exactly why counting clues carefully matters. |
| Does the clue tell me which token is right? | No โ only how many are right-spot (๐ฉ) and right-colour-wrong-spot (๐จ). Working out which is the puzzle. |
| Is everyone's code the same? | Yes, the same hidden code each day worldwide, so shared grids are comparable. |
| How many guesses do I get? | Eight. Fewer guesses scores better, but solving at all keeps your streak alive. |
| Do I need an account? | No signup, no login, no server. Your streak lives only in this browser. |
decode is one puzzle a day. Come back tomorrow for a new code and keep your streak going. More on the how-to-play and code-breaking game pages.