This my GMTK 2020 game jam submission. The game is about giving commands to a robot so that it reaches the exit.

To give commands, drag and drop icons to the left board. You will need to figure out what command each icon represents.

Enjoy.  

Comments

Log in with itch.io to leave a comment.

Hey! willy_gamedev Im working on my master degree project and a source code of this game would really help me if its possible to share. If you cant share this game maybe atleast the code from this video.

I checked my Github repos, and unfortunately I never saved the source code for either projects. 

That being said, I suggest you look into the command pattern. You can find examples and tutorials on Youtube. Building the system yourself will greatly improve your understanding of it. 

I made a similar pre-programming type game! Neat! In this case I like the idea of having the user learn the robot's language through the course of the game. You could probably expand that concept into all sorts of directions. Anyway, just a heads up, I reached the third level, input two circles, and that robot just marched right off the map haha I think he's done with me.

The game's a bit short, and the idea is not exactly innovative. Still, I had some fun figuring out what each symbol does. If the game were longer and had more interesting puzzles, my impression of it would probably improve significantly.

Thanks. To be honest I had some difficulties figuring out an interesting gameplay experience. My concern was to produce a finished game within the time limit.