Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 634 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 634 Bytes

Codle

Guess code like Wordle with AST nodes as letters. Play it!

preview image

Build

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.