Code Streak

Daily code puzzle. One shot. Share your streak.

Controls
Type
Play time
2 min
Players
Solo
Genre
Puzzle

Code Streak is a daily programming puzzle in the spirit of Wordle. Every day at midnight UTC, a new puzzle drops. You have six guesses to find the missing token in a piece of code.

How to play

Each puzzle shows a short function, algorithm, or SQL query with one word missing. Type your guess — the letters light up green (right letter, right position), yellow (right letter, wrong position), or gray (not in the answer). You get six tries.

Why it’s fun

Code Streak rewards the thing programmers already have — pattern recognition from years of reading code. The daily cadence means no binge-able grind. The shareable result grid (those green squares) turns every session into a tiny flex.

Tips

  • Start with a common token in the language shown (e.g. reduce, filter, async).
  • Watch for punctuation hints around the missing word — a ( right after tells you it’s a function call.
  • The length of the blank is fixed. Count the underscores.