1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<html>
<body bgcolor="#FFFFCE">
<h2>Algorithms</h2>
<p>
Golly can generate patterns using a number of different algorithms:
<p>
<ul><li><b><a href="Algorithms/QuickLife.html">QuickLife</a></b></ul>
<ul><li><b><a href="Algorithms/HashLife.html">HashLife</a></b></ul>
<ul><li><b><a href="Algorithms/Generations.html">Generations</a></b></ul>
<ul><li><b><a href="Algorithms/Larger_than_Life.html">Larger than Life</a></b></ul>
<ul><li><b><a href="Algorithms/JvN.html">JvN</a></b></ul>
<ul><li><b><a href="Algorithms/RuleLoader.html">RuleLoader</a></b></ul>
</body>
</html>
|