Robots Save the Day
von udosc
Füge es zu deinem Home-Bildschirm hinzu für schnellen Zugriff
Dieses Spiel installieren
Tippe auf den Teilen-Button und dann auf „Zum Home-Bildschirm“, um dieses Spiel schnell zu starten.
Robots Save the Day
Tags für Robots Save the Day
Beschreibung
In diesem Spiel übernimmst du die Rolle von zwei hilfsbereiten Robotern, die versuchen, ein Raumschiff in Not zu retten. Während ihrer Reise müssen sie zusammenarbeiten, um verschiedene Probleme zu lösen, und sie haben nicht viel Zeit! Die Roboter müssen jede Aufgabe innerhalb von 10 Sekunden lösen. Als Spieler programmierst du ihre Aktionen im Voraus und siehst dann zu, wie sie ihre Magie wirken (oder kläglich scheitern). Das Spiel ist sehr kurz, hat nur 6 Level und zwei alternative Enden. Alles ist sehr entspannt. Du kannst es in wenigen Minuten komplett durchspielen.
Spielanleitung
Benutze die Maus, um das Programm der Roboter zu steuern, und starte es dann mit dem großen Play-Button.
Entwickler-Updates
Hey, thanks for trying this out. The game was made over the course of a weekend for a programming competition. Sorry it’s so short and I understand that it lacks a tutorial. I’ve been thinking about making it a full-fledged game if there is any interest. Thanks for all your feedback!
Kommentare
castorquinn
Sep. 04, 2013
Quinn's Review: ... actually, once I figured out what was going on here, this game really grabbed me. It's not amazing just now, but it has something I haven't seen in this sort of game before: instructions can overlap. Initially you're going to think it's a bug, so this game really needs better on-screen communication, but actually the point is you can set a four second walk instruction with a one second activate instruction in the middle of it without wasting a pass on it - that's a really clever idea. Graphics are okay, music is tense. Levels are far too easy, but get some complexity in there and this could be a hit. Just work on communication - a lot of people are going to assume this is bugged or badly designed before figuring out what's going on.
brainisdead
Sep. 04, 2013
needs a tutorial. that "program interface" is crap and not easy to understand at all.
udosc
Sep. 06, 2013
Hey, thanks for trying this out. The game was made over the course of a weekend for a programming competition. Sorry it's so short and I understand that it lacks a tutorial. I've been thinking about making it a full-fledged game if there is any interest. Thanks for all your feedback!
gatherer818
Sep. 04, 2013
Cactusapple - it takes the bots one second per square to move. So if you send "cubot forward 4" on turn 1, they'll move on 1, 2, 3, and 4. If you send them another command before they finish, they'll switch to that command. Turn 1 "cubot forward 4", turn 4 "cubot turn right" will move him forward four spaces and then turn him right.
Cactusapple
Sep. 03, 2013
Command "forward" "4x" is to move forward 4 times, right? well for some reason it moves 1 forward then the rest... :(