Coducation is a puzzle game intended for young children or adults who want to start learning programming in a fun way. The player controls the main character, who owns a programmable robot. The main character and his robot needs to reach the end of each level in order to progress to the next one. In order to do that, the player needs to use the main character and program the robot according to the situation. The robot can be programmed in a very simple scripting syntax that uses only the basics of programming (function calls, if conditions and loops).
The game was developed using Unity and C# in 72 hours, during the HackCyprus 2015 (Hackathon competition). The simple scripting language was written by us, including a simple parser to translate the code commands into robot actions.