Interactive Playground
Mood Machine
Build a tiny website and program its mood. Your code sets the background, the message, the character, and the animation — change one line, run it, and watch the whole site transform.
🎯 Make this mood
Pick the mood, then run the code.
Commands you can use
setBackground("sunset"); // ocean, forest, night, candy
setMessage("Any words you want");
setEmoji("🤖");
setAnimation("bounce"); // spin, float, shake, none
Every control is one function call with an argument.
The code you ran
// Press Run to see your code here.
🤖
Hello, world!
This little site does whatever your code tells it.