Guess code like Wordle with AST nodes as letters. Play it!
pnpm i
sudo pnpm build-treesitter:cpp # requires docker
pnpm serve
pnpm build
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.