More actions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
| licence = Mixed | | licence = Mixed | ||
| author = Jeremysr | | author = Jeremysr | ||
| website = http://viewsourcecode.org/homebrew/robot-arm-ds | | website = https://web.archive.org/web/20090107032807/http://viewsourcecode.org/homebrew/robot-arm-ds | ||
| download = Media:Robotarmds10.zip | | download = Media:Robotarmds10.zip | ||
| source = http://viewsourcecode.org/homebrew/robot-arm-ds/download/source | | source = http://viewsourcecode.org/homebrew/robot-arm-ds/download/source | ||
}} | }} | ||
Robot Arm DS is a clone of a game written by Robin Ohm. A tile-based puzzle game where | Robot Arm DS is a clone of a game written by Robin Ohm. A tile-based puzzle game where you write a simple code/program to try to make the robot arm deliver the flag to the end. | ||
This game was participated in the NEO Summer Coding Compo 2007. | This game was participated in the [https://www.neoflash.com/forum/index.php?topic=4573.0 NEO Summer Coding Compo 2007]. | ||
==Features== | ==Features== | ||
*22 levels, including 12 levels from the original game by Robin Ohm | * 22 levels, including 12 levels from the original game by Robin Ohm. | ||
*Level editor (no saving. | * Level editor (no saving). | ||
*Help section | * Help section. | ||
*Skip to any level you want | * Skip to any level you want. | ||
*New tile included | * New tile included. | ||
== | ==User guide== | ||
The object of the game is to program the robot to move around, take objects, and use objects in order to deliver the flag to the end tile. | The object of the game is to program the robot to move around, take objects, and use objects in order to deliver the flag to the end tile. | ||
You have to write the program, then run it and watch the robot arm move. | |||
It does not move while you are telling it what to do. You'll have to tell it to move around, pick up keys and unlock doors while making sure it doesn't run into itself or anything else. | It does not move while you are telling it what to do. You'll have to tell it to move around, pick up keys and unlock doors while making sure it doesn't run into itself or anything else. | ||
A new tile is included: | A new tile is included: The box. It can be pushed around as long as there is nothing in the way of it moving (otherwise you die). | ||
[[Category:Homebrew | <br> | ||
[[Category:DS homebrew games]] | |||
[[Category:Homebrew puzzle games on DS]] |
Revision as of 01:46, 21 Haziran 2021
Robot Arm DS | |
General | |
---|---|
Author(s) | Jeremysr |
Type | Puzzle |
Version | 1.0 |
Licence | Mixed |
Links | |
[Media:Robotarmds10.zip Download] | |
Website | |
Source |
<htmlet>adsense</htmlet>
Robot Arm DS is a clone of a game written by Robin Ohm. A tile-based puzzle game where you write a simple code/program to try to make the robot arm deliver the flag to the end.
This game was participated in the NEO Summer Coding Compo 2007.
Features
- 22 levels, including 12 levels from the original game by Robin Ohm.
- Level editor (no saving).
- Help section.
- Skip to any level you want.
- New tile included.
User guide
The object of the game is to program the robot to move around, take objects, and use objects in order to deliver the flag to the end tile.
You have to write the program, then run it and watch the robot arm move.
It does not move while you are telling it what to do. You'll have to tell it to move around, pick up keys and unlock doors while making sure it doesn't run into itself or anything else.
A new tile is included: The box. It can be pushed around as long as there is nothing in the way of it moving (otherwise you die).