Use TURBO mode to see the demonstration pattern. (Press the <Shift> key and click the Green Flag for TURBO mode). The "1 Line Challenge" is to produce an interesting pattern using only ONE line of code to calculate the color of each pixel. YOU MAY ONLY CHANGE THE "set pen color to ..." LINE IN THIS PROJECT TO MEET THE CHALLENGE! "See Inside" for more Rules, Rewards, Tutorials etc. Please put your remixed "1 Line Challenge" Projects in the Studio https://scratch.mit.edu/studios/2825709/ If you just had to break the rules please put your "Not Quite A 1 Line Project" projects in this studio instead https://scratch.mit.edu/studios/2825759/
Thanks to Scratch-Minion for this wonderful challenge! This formula creates a 10x10 bitmap, which contains (in reading order): - a 4x4 checkerboard - a gradient showing all available shades of gray - a gray heart with a darker gray outline - dog How to make your own bitmap: - plan out your bitmap on a 10x10 grid. You have 6 shades to work with represented by the digits from 0 to 5, 0 being black and 5 being white. - type in the digits in place of the longest number in the script, reading from the bottom-left like this: 789 456 123 - press the flag and hope it works!