Robots Save the Day
oleh udosc
Tambahkan ke layar utama untuk akses cepat
Instal game ini
Ketuk tombol Bagikan, lalu "Tambahkan ke Layar Utama" untuk instal game ini agar mudah diakses.
Robots Save the Day
Tag untuk Robots Save the Day
Deskripsi
Di game ini, kamu berperan sebagai dua robot yang berusaha menyelamatkan pesawat luar angkasa yang bermasalah. Selama perjalanan, mereka harus bekerja sama memecahkan beberapa masalah, dan waktunya sangat terbatas! Robot harus menyelesaikan setiap tugas dalam 10 detik. Sebagai pemain, kamu memprogram aksi mereka terlebih dahulu lalu melihat mereka beraksi (atau gagal total). Game ini sangat singkat, hanya ada 6 level dan dua ending alternatif. Semuanya santai. Kamu bisa menamatkannya dalam beberapa menit.
Cara Bermain
Gunakan mouse untuk mengatur program robot lalu jalankan dengan menekan tombol play besar.
Pembaruan dari Developer
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!
Komentar
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... :(