"Code Golf" is a challenge to write a program using the least number of code blocks. (You can right-click in the code editor to see how many blocks you have used). This "Code Golf" challenge is to draw a 10x8 grid using Pen with size 40 squares. ie. total size is 400x320. Rules: You may NOT use the "Stamp" block and you may not alter or delete any of the 6 starter blocks. Subtract the 6 starter blocks when calculating how many blocks your project uses. This may be an easier code golf challenge but I will make some code golf challenge projects with more complex grid patterns if Scratchers show interest. You can comment on this project with a link to your code-golfed project and/or make it a remix.
** A second challenge - who can make the best code golf without using lists (nor simulating lists using the "letter ... of ..." block or costume names or similar) ** Original Challenge ------------------------- 4 blocks by @Lemnisc8 !! https://scratch.mit.edu/projects/736497454/ 6 blocks by @Littl3Be3rryJam ! https://scratch.mit.edu/projects/736291678/ 1 Block by @codeGIO3 but using a not allowed hack https://scratch.mit.edu/projects/736409476/ Second Challenge - No Lists / Simulated Lists ------------------------------------------------------------- 7 blocks by @haruni459 https://scratch.mit.edu/projects/737463216/ 8 blocks by @haruni459 using different methods https://scratch.mit.edu/projects/736863909/ and https://scratch.mit.edu/projects/737019259/ 8 blocks @papipupepappa https://scratch.mit.edu/projects/737123723/ See the Code Golf Studio: https://scratch.mit.edu/studios/25601101/ It has some projects that demonstrate some advanced Scratch Code Golf techniques.