L.D. - Drone Home
You're trapped in a room, but you still have hope! Take command of a drone through a command line interface and attempt to program it to escape and find help.
INSTRUCTIONS AND TIPS FOR PLAY (these can also be found in the pause menu):
- The objective of the game is to navigate the drone just outside your room (shown as a triangle on the map) to the exit to call for help.
- To begin press E near the computer and type 'help' to get an idea of the commands available to you
- Use the Command Edit program (opened with cmd_edit filename) to create/edit drone command files. Then use the drone_set command to slot in up to 7 command files to be executed in order when you enter the 'drone_run' command.
- There's a bug where text is highlighted automatically when opening a command file to edit, be careful not to replace your existing text.
- To see all drone commands look at the comments in your created command file, or create a new one if you've accidentally written over them.
- Try using directories to organize your command files
- Be sure to check the map/log viewer on the wall after every run to pinpoint where the drone went. (hint: there are obstacles and items not shown on the map)
- Use the scan command often to get an idea of the items/obstacles in the current room
- Graph paper (physical or digital) might be helpful, but isn't required.
Update: Looks like the LD site doesn't like embedding an itch.io page, so to play click the web link below.
INSTRUCTIONS AND TIPS FOR PLAY (these can also be found in the pause menu):
- The objective of the game is to navigate the drone just outside your room (shown as a triangle on the map) to the exit to call for help.
- To begin press E near the computer and type 'help' to get an idea of the commands available to you
- Use the Command Edit program (opened with cmd_edit filename) to create/edit drone command files. Then use the drone_set command to slot in up to 7 command files to be executed in order when you enter the 'drone_run' command.
- There's a bug where text is highlighted automatically when opening a command file to edit, be careful not to replace your existing text.
- To see all drone commands look at the comments in your created command file, or create a new one if you've accidentally written over them.
- Try using directories to organize your command files
- Be sure to check the map/log viewer on the wall after every run to pinpoint where the drone went. (hint: there are obstacles and items not shown on the map)
- Use the scan command often to get an idea of the items/obstacles in the current room
- Graph paper (physical or digital) might be helpful, but isn't required.
Update: Looks like the LD site doesn't like embedding an itch.io page, so to play click the web link below.
Tools: Unity
Comments14
Any plans for a extended gameplay release?)
The only thing I missed was command repetition on the console by pressing up (just like the linux terminal/mac console), caught myself trying it several times by force of habit! Hahaha
Congratulations on this!
@BubsyPoochies - I know, I wanted to add command repetition the whole time I was working on it (I did the same thing when testing) but there was always something more urgent that needed fixing :(