relay
A downloadable game for Windows
Relay - remote control somewhere else
Shift to start
WASD to move, Backspace to reset. Shift to change between rovers.
Put together for the GMTK Jam 2020: Out Of Control.
Shamelessly inspired by Baba Is You (a babalike) - the objective is to get a rover to a goal. Rovers, being a long way away, get instructions from relays. If they're not in range of a relay, they don't get instructions.
Four and a bit playable (and solvable!) levels
Extremely janky online player at:
https://repl.it/repls/VibrantSugaryProfile
Level loader included! You can make your own levels by dropping a 32x24, 8-bit bmp into resources/levels in your extracted loader. Use the following colors:
Color | Use |
#FFFFFF | Empty space |
#000000 | Wall |
#FF01FF | Starting rover |
#FF00FF | Rover |
#FFFF00 | Goal |
#00FFxx | Relay of size xx |
(ex; a pixel #00FF04 creates a 4x4 relay)
Source code is at https://github.com/thingus/gmtk2020. LD46 entry used as a jumping off point: https://github.com/Thingus/ld46
Made in Pygame. Unused but included sound assets from Little Robot Sound Factory
Download
Install instructions
Extract folders, then run 'relay.exe'
Development log
- Web player available (ish)Jul 14, 2020
Leave a comment
Log in with itch.io to leave a comment.