Conway's Game of Life: Difference between revisions

Content added Content deleted
(Added Quackery.)
Line 12,908: Line 12,908:
=={{header|Quackery}}==
=={{header|Quackery}}==


Uses a Tortoise and Hare algorithm to detect when Life becomes static or repetitive. The tortoise version is displayed, along with five victory laps of the cyclic part once a cycle a detected before terminating.
Uses a Tortoise and Hare algorithm to detect when Life becomes static or repetitive. The tortoise version is displayed, along with five victory laps of the cyclic part once a cycle is detected.


<syntaxhighlight lang="Quackery">
<syntaxhighlight lang="Quackery">