
The Lonely Robot
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
//This is my first full game!!
>_
run(INFO);
robot.status = lonely; // :-(
mouse.click(root.straight-line); // movement
collect(pieces); // combine like pieces
robot.hopOver(pieces) //grab common pieces in sucession, progress faster with combos
robot.make.segments; // use 50 (glowing) pieces
robot.make(FRIEND)
robot.status = happy; // :-)
...
run(credits);
music.load(the-red-one.MOD).byArtist[m0d] - profile:
http://modarchive.org/index.php?request=view_profile&query=69141
(PUBLIC DOMAIN)
sounds.loadProgram() - cfxr
>_
run(INFO);
robot.status = lonely; // :-(
mouse.click(root.straight-line); // movement
collect(pieces); // combine like pieces
robot.hopOver(pieces) //grab common pieces in sucession, progress faster with combos
robot.make.segments; // use 50 (glowing) pieces
robot.make(FRIEND)
robot.status = happy; // :-)
...
run(credits);
music.load(the-red-one.MOD).byArtist[m0d] - profile:
http://modarchive.org/index.php?request=view_profile&query=69141
(PUBLIC DOMAIN)
sounds.loadProgram() - cfxr