Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sudokil

Control robots to solve puzzles using Unix commands! · By locknic

Feature suggestions Sticky

A topic by locknic created Sep 22, 2016 Views: 298 Replies: 3
Viewing posts 1 to 3
Developer

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!

(+1)

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.