Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I managed to get to the goal however nothing happend :(

its a interesting concept having to tell the robot what to do.  However the code didnt make much sense to me. "if(move < m)" i get what your trying to say, but i think it would have been clear if it just was an instruction that was "move forward M" rather than using an if statement.

The instructions appearing on the left was cool but i did get rather small.

I completed the game though ! interesting concept , with time you could make it better for sure :)


Yeah, You probably noticed that you can move through walls too (if you didn't then well, now you know), most of the collisions for all the objects are nonexistent since I ran out of time to put some in (guy's gotta sleep and work you know).  I decided to upload what I had.  And well I was trying to refer to code with the if statements, and I had some for loops planned as well.  I didn't put that in since it would do essentially the same as the if loops, but I might put it back in later versions...