# codle **Repository Path**: ouuan/codle ## Basic Information - **Project Name**: codle - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-01 - **Last Updated**: 2025-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Codle Guess code like Wordle with AST nodes as letters. [Play it!](https://codle.ouuan.moe) [![preview image](public/images/og-image.png)](https://codle.ouuan.moe) ## Build ```bash pnpm i sudo pnpm build-treesitter:cpp # requires docker pnpm serve pnpm build ``` ## Puzzles The puzzles are in the `puzzles` directory which is not managed in this Git repository. The file structure looks like this: ``` codle ├── package.json └── puzzles ├── 1.cpp ├── 1.md ├── 2.cpp └── 2.md ``` You may need to calculate the week number or change `beginTimestamp` in [config.ts](config.ts).