I recently finished a game for the Cre8 Jam. You control a robot through commands to move through and scan a 3d environment. I would have added a bit more or fixed it up better, but I'm about out of time for the jam and really low on tokens. Even after using special functions to lower the token count.
You can get more information through the HELP
command, but the main commands are:
MOVE (direction) (amount) TURN (left/right) (amount) WAVE SWITCH [name] SCAN (dot size) |
And another important one is RSCAN
, which is just SCAN
, but repeatedly scans.
I would highly recommend checking out the itch.io page, as its design is special for this game.
https://werxzy.itch.io/sb-1800 The source code for the game and the map editor are also available on the itch.io page.
After an update you can now use controller inputs
MOVE - up/down TURN - left/right WAVE - X SWITCH - O SCAN is automatic |
Saved data is shared between the Command and Controller modes.
I recently placed first in the Cre8 Jam and decided to make an update that adds auto-saving and a controller mode that is compatible with mobile.
My mind was just blown when I found out you could write programs in the system, and that RSCAN is itself a program!
[Please log in to post a comment]