C-101
About
C-101 is a game about programming for dummies, Coding 101 if you will. On the left you will find your instructions for the code and on the right are your coding blocks. There are a total of 5 puzzles, how you achieve the outcome is completely up to you. However due to time constrains I wasn't able to code the while block.
Once you click on simulate the game will simulate the code you have constructed, to see if it produces the desired outcome. Making it actually simulate the code was a giant pain, put I think it was better then checking for each possible solution for each puzzle. Also if you make a mistake, an exclamation mark will appear on that row.
Numbers can be stored in the number block, while booleans (true/false) can be stored in the boolean block. The blocks with constant in the name are hard coded, meaning their values can't change during simulation. If the statement behind the if block is true the row below it is executed, if false this row will be skipped.
Total development time: 16 hours of torture