A game to help students recognize incorrect syntax and write code in correct syntax.
Play with the deployed version here.
- CodeMirror: This is used to create the editor environment and do syntax highlighting.
- Esprima: This is used to parse the AST of prompt code and user code to check sytnax correctness.