Codle is similar to Wordle. It will be easier to learn how to play Codle if you already know Wordle. You will need to have a basic understanding of C++ and the Abstract Syntax Tree (AST) computer programming languages, but you don't need to be an expert.
This game aims to determine the AST for a piece of C++ code, also known as the target code. It is enough to identify the type of each node within the AST. The actual code content is not important as long as that information is available. The difference between your estimate and the abstract syntax tree (AST) will be suggested. We hope you will appreciate it.