Control robots to solve puzzles using Unix commands! · By locknic
If you have any specific feature suggestions in mind, whether it be puzzles or a command for the terminal, feel free to post it here!
I would definitely appreciate somewhat to chain several robot commands together, example: right.sh, forward.sh 2, left.sh, forward.sh
you can already do that: right.sh && forward.sh 2 && left.sh && forward.sh
It would be cool if the game teached you that you can chain commands with && and execute scripts from other folders without cd.