I have made a repository on Github, but haven't uploaded anything yet. I'll do it soon. The page will probably just be the Github repo, or I'll upload something to Github Pages.But as I said, the focus is to teach kids programming through this tool, people with more experience would be better off with Cerberus+Vortex, which have way more features
We had our first (official) "programming" lessons in Turbo Pascal and "Turtle Graphics". Which means you have a pointer (eg. a turtle) and you give it "walk commands". every setp the turtle does, it draws a line.So you did something like this:TurtleUp(100)TurtleRight(100)TurtleDown(100)TurtleLeft(100)to draw a quad.