Codle

Game Guide

How To Play Codle

Learn the rules, token colors, hints, and practice flow before you start solving code patterns.

Feedback Colors

Daily vs Practice

Daily mode

Daily mode gives everyone the same deterministic challenge for the date. It is built for streaks, sharing results, and one focused puzzle per day.

Practice mode

Practice mode starts fresh random puzzles on demand. Use it to learn feedback patterns, test syntax instincts, and build speed without waiting for tomorrow's daily.

Placeholder Tokens

Some challenges care about the shape of the code more than the exact variable name or literal. Placeholder tokens let Codle accept equivalent structures while still checking consistency.

__IDENT__Any valid variable or function name__STRING__A quoted string literal__NUMBER__A numeric literal__BOOLEAN__A true or false literal__VALUE__An identifier, literal, or expression value

Supported Languages

Codle currently includes JavaScript, TypeScript, Python, and C++ puzzles. JavaScript, TypeScript, and Python challenges can use parser-backed structural checks, while C++ puzzles use token-pattern validation.