in reply to Cellular Automata :: Langton's Ant

For the impatient:

- sleep $pause; + select undef, undef, undef, $pause/10; # small sleep

It looks better with a 1/10 second delay IMHO.

cheers

tachyon

Replies are listed 'Best First'.
Re^2: Cellular Automata :: Langton's Ant
by poqui (Deacon) on Aug 24, 2004 at 15:56 UTC
    I must be *really* impatient, I took the pause out completely!

    Plus, I was getting ready to give up on it creating a "highway". It didn't become apparent until almost 40,000 iterations.

    Thanks for the kewl program! Elgon++