print "Edit me!" while true // pick a random heading and speed heading = rnd * 360 speed = 50 + rnd * 50 // move forward for 0-2 seconds wait rnd * 2 // stop, and wait for 0-1 seconds speed = 0 wait rnd // now ocassionally throw a snowball or drop a mine if rnd < 0.1 then throw 20 // throw a snowball with 20 energy else if rnd < 0.2 then drop 10, 2 // drop mine with 10 energy and 2-second delay end if end while
Robo Reindeer Rumble is a programming game based on MiniScript. Program your robotic reindeer to defeat all opponents. The last reindeer standing wins!
To play, you will need the MiniScript Quick Reference and the Robo-Reindeer Help.