Page 1 of 1

Simple Rainbow

Posted: Tue Jan 09, 2007 11:15 pm
by TheClincher
I just got this program a few hours ago. Pretty neat! I was just messing around with it. I got this:

Image

Code: Select all

startshape COLONIZE

rule COLONIZE {
	200*{x 1 h .9} COLONIZE2{}
}

rule COLONIZE2 {
	SQUARE{h 0 sat 1 b 1}
	200*{y 1 h .9} CULTURE{}
}

rule CULTURE {
	SQUARE{hue 1 sat 1 b 1}
}