:: i'm making a sequel to my old game, City Creator! announcement here: https://scratch.mit.edu/projects/878859698/ :: DotStruct is a simple block programming language - imagine Scratch, but with only 10 blocks. It can be used to create logic gates, binary calculators, and much more. Press G for a guide to the language. (there are 2 pages - keep pressing G to move onto the next page / hide the guide) Press the 'play' button to go onto play mode. Press the X to go onto view mode. Use arrow keys to scroll across grid. Challenges: -make an OR logic gate (output turns on if at least one input is on) -make an AND output gate (output turns on if both inputs are on) -make an XOR logic gate (output turns on if exactly one input is on) -make an output with a 3/4 chance of being on