Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(5 edits)

First progress, right now only the MOVE command is implemented.

Move syntax:

move <velocity in m/s> for <time in s>

https://youtu.be/_-AzWnRHLVI

Edit: implemented JUMP command

Syntax:

jump <force in N [optional]> <write "continue" here if the next command should be executed directly and not after the robot landed>

EDIT: Removed continue as you can simply write

jump 500 for 0