Pardon the mess, Play My Code is in beta!

READY TO PLAY?
CLICK TO LOG IN!

sign up - lost password

Template »

You do not own this project, so changes will not be saved

/* 
 * This is example code to help you get started
 * writing a new project.
 */

setFont( 'Arial', 32, 'italic' )

// The code inside this do block is run each frame
onEachFrame() do
    fill( 0, 0, 0 )
    
    setColor( 255, 255, 255 )
    fillText( "Hello World!", 10, 32 )
end

ERRORS

YOUR BROWSER DOES NOT SUPPORT HTML5!

Please use one of these instead

Our games cannot run in your browser