This is Blocily programming language, a programming language meant to be a fun challenge to those who use it. Here is how to use it: -click on a tile to select it -use drop down to set tile command -use right arrow key to rotate tile -spacebar runs program -t key is for input -hold w key for "debug mode" -use E key to step in debug mode Now here are all the blocks and what they do: -Rotate: makes code move in direction block is facing -If 0: does what rotate does if bit hovered over is 0 -Input: tells if T key is held down -Flip: flips bit hovered over -Next Bit / Prev. Bit: changes bit hovered over -Refresh: refreshes the screen (draws frame) -enjoy!
-change 1: added screen wrapping -change 2: added debug mode (hold w) I made this demo in a day, it may not work properly.