ScratchInterpreter An attempt to build a Scratch code interpreter. Written in C++. Please note that, only a subset of blocks is supported. Build mkdir build cmake -B build cmake --build build Run ./build/ScratchInterpreter "path-to-your-project-file.sb3"