Start typing! --- USE TURBO! ---- --- Use Left Arrow Key To delete!!--- turbo mode is activated by holding SHIFT and pressing the GREEN FLAG ----------------------------------------------------------------------------- start typing whatever, wait after each screen refresh to type a new letter, there are arrows (by pressing arrow keys) and all Letters in the English alphabet ----------------------------------------------------------------------------- How it Works: a little cursor runs across the screen regenerating the frame each time a change in the list is made. Each letter has 5 lines with 6 letters of binary in them, the last letter of this binary code is always 0. 0 in this case meaning a grey tile, and a 1 indicating a black tile. The 5 lines with the 6 letter codes are the 5 lines of height to each letter, having the first line as "1 1 1 1 1 0" the top line would be all black.
All art by me All code by me Version history: Version 1.0 added all English letters and arrows (+space character) Version 1.1 Added different colors, fixed bugs Version 1.2 Big bug fixes, major tweaks like fixing spaces and increasing letters-per-line. Also added "enter" to skip a line, ? and ! too. Version 1.3 added numbers and #%*-_/" Version 1.3.1 added deleting via left arrow key Version 1.4 delete key (left arrow) fixed. deletion related bugs fixed *as far as i know*