An implementation of the scratch programming language as a javascript library, (Think leopard.js). The source is in multiple repos, andd the one I gave links to them all. View the docs to get started.
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Debugging in chromium-based browsers...(I use firefox, and found a bug that only shows up in chrome???)
Reworked the way rendering works, so that I can properly implement without screen refresh.
Fix colourTouchingColour & change all touching meathods to renderer meathods.
Add sensing IsTouching mouse supported, however if you run the function right after moving, it might not of been updated yet, even though it is MEANT TO wait for the renderLoop. I've spent two hours trying to fix this but it is STILL NOT WORKING. HELP!!
Miiiggghhhttt of got some help on this one.