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.