program #01 by sammael & bludwulf
program #01 by sammael & bludwulf
a perl program executed the following rules:
1. the program randomly chooses the first blocks location, color, and shape.
2. the foreground color was moved up by the last digit of the row number.
3. the background color was moved up by the last digit of the column number.
4. the cursor was moved right by the two digits of the row multiplied, any zero
digits were changed to one.*
5. the cursor was moved down by the two digits of the column multiplied, any
zero digits were changed to one.*
6. if the block the cursor lands on has already been used move one block right,
if that block has been used move one block down, repeat until there is an
empty block.
7. the block was chosen by subtracting the greater value from the smaller value
row vs column, then subtracting 4 until a number 1-4 was reached.
8. repeat 2-8 until all blocks are full.
* occurs at the same time
concept by sammael 2002 matt@amphibious.net
realization by bludwulf 2002 beau@feroxtech.com
massive props to bludwulf for making this program in such short notice.
------------------------------------------------------------------- begin here: