libscratchcpp icon indicating copy to clipboard operation
libscratchcpp copied to clipboard

C++ library for building Scratch project players

Results 75 libscratchcpp issues
Sort by recently updated
recently updated
newest added

in `Engine::resolveIds()`

good first issue
task
P2

Remove the return value and write the result to a string (pointer) parameter. Use `std::string::assign()`.

task
P2

**Note:** Top level reporter blocks for variables/lists have the X and Y coordinates in the array.

task
P2

Extensions are actually "block sections". Each extension represents a category in the blocks palette.

task
P3