Generate white image of a random size and flip a random number of pixels to black.
If the number matches the ascii code of the correct letter, print the letter to the screen.
Repeat until entire string is printed.
Entirely coded in assembly, of course.
2
16 Jul 2015 20:56
u/Dragonstrike
in v/programming
Generate white image of a random size and flip a random number of pixels to black. If the number matches the ascii code of the correct letter, print the letter to the screen. Repeat until entire string is printed.
Entirely coded in assembly, of course.