1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
<html>
<body bgcolor="#FFFFCE">
<h2>Known Problems</h2>
<p>
This section lists all known bugs and limitations.
If you come across any problems not mentioned below then please
report them to Andrew Trevorrow
(<a href="mailto:andrew@trevorrow.com">andrew@trevorrow.com</a>).
<p>
<ul>
<li>
All editing operations are restricted to cells whose coordinates
are within +/- 1 billion. Not much of a limitation really!
</ul>
<p>
Note that this version of Golly has a number of significant limitations
when compared with the desktop version:
<ul>
<li> No scripting.
<li> No multiple layers.
<li> No timelines.
<li> No hyperspeed mode.
<li> You can't change the colors, base step, nor origin.
</ul>
Some of these capabilities might be added in future versions.
</body>
</html>
|