not bad, but more work is needed
I've done it! I have steped away from block coding. I've been learning Processing.JS over the first week of quarintine (covid-19). So I made this game, my first game not block coded. give me feed-back in the comments.
CONTROLLS:
C: clears canvas
Colors (R,G,B)
R: adds red (+1,0,0)
G: adds green (0,+1,0)
B: adds blue (0,0,+1)
Up Arrow: lightens color (+1,+1,+1)
(shift) Down Arrow: darkens color (-1,-1,-1)
not bad, but more work is needed
Eh, it's fun for a few seconds. Works fine, controls are a bit confusing. Perhaps if the blobs where a little smaller you could draw more complex shapes.