home projects editor manual log in

Untitled

Display

No graphics magic being done.

...yet


Console

...


Editor

// your code goes here!

console.log("Hello, world!");


execute code

Toolkit

Built-in Blocks

console.log(...)

InitGraphics(...)

DrawRect(...)

DrawCircle(...)

Animate(...)

ShapeInit(...)

DrawAllRect()

DrawObjRect(...)

DrawAllCircle()

DrawObjCircle(...)

DrawShape(...)

function X {

Make sure to sign functions off with a "};"!

};

These are to only be used with if statements, functions and loops. It should not be used anywhere else.

if ( ... ) {

Your Blocks

Project Tools

project page

share