Log In  

Cart #sb_1800_v1-2 | 2023-10-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

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.

P#135093 2023-09-29 08:48 ( Edited 2023-10-18 22:23)

Updated the HELP command to give more information.

P#135136 2023-09-30 03:23
1

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.

P#136085 2023-10-18 22:20
1

My mind was just blown when I found out you could write programs in the system, and that RSCAN is itself a program!

P#136875 2023-11-03 21:16

[Please log in to post a comment]