~ubuntu-branches/ubuntu/utopic/golly/utopic

« back to all changes in this revision

Viewing changes to gui-ios/Help/algos.html

  • Committer: Package Import Robot
  • Author(s): NIIBE Yutaka
  • Date: 2014-05-27 12:18:32 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140527121832-5g1dlgscmtciw4zi
Tags: 2.6-1
* New upstream release.
* debian/control (Standards-Version): conforms to 3.9.5.
  (Build-Depends): Remove libstdc++6-4.7-dev (Closes: 748001).
* Incorporate NMU by Olly Betts (Closes: 729677).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<body bgcolor="#FFFFCE">
3
 
 
4
 
<h2>Algorithms</h2>
5
 
 
6
 
<p>
7
 
Golly can generate patterns using a number of different algorithms:
8
 
 
9
 
<p>
10
 
<dd><b><a href="Algorithms/QuickLife.html">QuickLife</a></b></dd>
11
 
<dd><b><a href="Algorithms/HashLife.html">HashLife</a></b></dd>
12
 
<dd><b><a href="Algorithms/Generations.html">Generations</a></b></dd>
13
 
<dd><b><a href="Algorithms/JvN.html">JvN</a></b></dd>
14
 
<dd><b><a href="Algorithms/RuleLoader.html">RuleLoader</a></b></dd>
15
 
 
16
 
<p>
17
 
The same information is also available after tapping the Pattern tab's
18
 
Rule button.
19
 
 
20
 
</body>
21
 
</html>