Skip to content
/ codle Public

πŸ’» Guess code like Wordle with AST nodes as letters 🌳

License

Notifications You must be signed in to change notification settings

ouuan/codle

Repository files navigation

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.