A cool 2D coding environment similar to brainscratch, but even more painful. Please share your codes in the comments! The reader will start in the top-left corner facing right, and will keep moving forward until it hits an edge. Controls: -Press keys Q,W,E,R,A,S,D,F,Z to put code-cells while hovering (described below) -Press X to erase code-cells while hovering -Press the Flag to (re)start the program -Press the Stop to stop (duh) -Hold B to speed up the program (combine with turbo mode to instantly finish the program) -Press G to toggle the grid -Press O to export your program (click See inside to copy everything from the list item) -Press I to import a previously exported program (leave empty to cancel, input a single r to randomize every cell) -Press N to reset (no warning, export first!) -Press V to toggle info visibility Notes: -Cell descriptions: > Q: Turn left 90 degrees > E: Turn right 90 degrees > D: Increase tape pointer by 1 > A: Decrease tape pointer by 1 > W: Increase pointed tape element by 1 > S: Decrease pointed tape element by 1 > R: Replace the pointed tape element with the next input byte (character converted to number, so A -> 65) > F: If the pointed tape element is 0, jump over the next cell, otherwise just ignore > Z: Print the pointed tape element after converting it to ASCII (only 8,9,10 and 32-126 are printable)
Examples: 1,9,8,2,3,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,3,5,2,8,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,7,9,0,8,3 1,4,1,4,8,2,5,8,2,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,3,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,4,6,5,2