Retrogamecoding(.org) > Examples

Nice Fern

(1/1)

Peter:
Hi,

A nice fern green here.
I am playing a little bit with mathematics.

Do you think is a nice fern green ?

--- Code: ---screen(640,500,0,"EGSL FERN")
backcolor(0,0,0)
color(0,210,55)

a,b,c,d,e,f,newx,newy,r,wa = 0,0,0,0,0,0,0,0,0,0
xy={0,0}

for wa=1,100000 do
   fern()
   setcaption("Fern Points:  "..wa)
end
redraw()
inkey()
closewindow()

--- End code ---

Navigation

[0] Message Index

Go to full version