Robots Save the Day

Robots Save the Day

por udosc
Reportar un error
Marcar juego
Loading ad...

Robots Save the Day

Valoración:
2.4
Lanzamiento: September 03, 2013
Última actualización: September 03, 2013
Desarrollador: udosc

Etiquetas para Robots Save the Day

Descripción

En este juego, tomas el papel de dos robots ayudantes que intentan salvar una nave espacial en apuros. Durante su viaje deben trabajar juntos para resolver varios problemas, ¡y no tienen mucho tiempo! Los robots deben resolver cada tarea en 10 segundos. Como jugador, programas sus acciones por adelantado y luego ves cómo las ejecutan (o fallan estrepitosamente). Es un juego muy corto con solo 6 niveles y dos finales alternativos. Todo es muy relajado. Puedes completarlo en pocos minutos.

Cómo jugar

Usa el ratón para programar las acciones de los robots y luego ejecútalo presionando el gran botón de jugar.

Actualizaciones del desarrollador

Sep 6, 2013 3:37pm

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!

Comentarios

0/1000
castorquinn avatar

castorquinn

Sep. 04, 2013

2
0

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 avatar

brainisdead

Sep. 04, 2013

1
0

needs a tutorial. that "program interface" is crap and not easy to understand at all.

udosc avatar

udosc

Sep. 06, 2013

0
0

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 avatar

gatherer818

Sep. 04, 2013

0
0

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 avatar

Cactusapple

Sep. 03, 2013

0
0

Command "forward" "4x" is to move forward 4 times, right? well for some reason it moves 1 forward then the rest... :(