Import of HTML fixes from website.
Cat's Eye Technologies
12 years ago
0 | 0 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
1 | <!-- encoding: UTF-8 --> | |
1 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> |
2 | 3 | <head> |
3 | 4 | <title>The Jaccia and Jacciata Cellular Automata</title> |
4 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
6 | <!-- begin html doc dynamic markup --> | |
7 | <script type="text/javascript" src="/contrib/jquery-1.6.4.min.js"></script> | |
8 | <script type="text/javascript" src="/scripts/documentation.js"></script> | |
9 | <!-- end html doc dynamic markup --> | |
5 | 10 | </head> |
6 | 11 | <body> |
7 | 12 | |
50 | 55 | generally serves as an initial Jacciata playfield with the same kind of solution.</p> |
51 | 56 | |
52 | 57 | <ul> |
53 | <li><code> </code> - empty space</li> | |
58 | <li><code> </code> - empty space</li> | |
54 | 59 | <li><code>#</code> - wall (purely decorative)</li> |
55 | 60 | <li><code>%</code> - slime mold</li> |
56 | 61 | <li><code>F</code> - food</li> |