• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-3,4382,939

patterns/H22-May-2013-835778

utils/H03-May-2022-217159

CHANGESH A D23-Apr-201322.2 KiB628409

HACKINGH A D06-Nov-20114.1 KiB9369

HOW-TO-INSTALLH A D27-May-20132 KiB6848

INSTALLH A D06-Nov-20111.2 KiB2620

ImakefileH A D03-May-20223.4 KiB122106

MISSEDH A D30-Jan-2013197 65

READMEH A D06-Nov-20111.5 KiB3829

SHORT-INFOH A D10-Mar-20131.2 KiB3328

XLIFE-HISTORY.dotH A D28-May-20132.1 KiB5452

cell.cH A D03-May-202221.3 KiB597529

changelog.debianH A D06-Nov-20115.5 KiB162114

changelog.openbsdH A D06-Nov-20113.9 KiB11674

clipboard.cH A D03-May-20225.8 KiB204170

clipboard.hH A D03-May-20221.5 KiB3811

collect.cH A D03-May-202210.5 KiB289202

colors.cH A D03-May-20227 KiB361329

colors.hH A D03-May-20222 KiB5729

common.hH A D03-May-20222 KiB435

cursor.hH A D30-Jan-20132 KiB4414

data.cH A D03-May-20223.8 KiB11066

defs.hH A D03-May-202214.3 KiB442313

file.cH A D03-May-202242.8 KiB1,2671,073

file.hH A D03-May-20222.3 KiB6130

file_misc.cH A D03-May-20222 KiB5625

framebuffer.cH A D03-May-20225.7 KiB193159

framebuffer.hH A D03-May-20221.5 KiB3711

gen-multirules.cH A D03-May-20227.4 KiB227192

generate.cH A D03-May-202287 KiB2,2522,011

gentab.cH A D03-May-20226.9 KiB227191

help.cH A D03-May-202211.5 KiB299259

help.textH A D24-Mar-20132.8 KiB5247

history.cH A D03-May-20228 KiB236199

history.hH A D03-May-20222.2 KiB5526

icon.hH A D05-Mar-20133.2 KiB4746

isave.cH A D03-May-202210.9 KiB419342

key.cH A D03-May-202210.3 KiB276235

main.cH A D03-May-202241.2 KiB1,4311,290

patchlevel.hH A D03-May-20221.5 KiB323

tab.hH A D03-May-20228.3 KiB178147

table2rH A D03-May-20222.7 KiB126120

tentative.cH A D03-May-20225.6 KiB181132

tile.cH A D03-May-202230.9 KiB1,052878

tile.hH A D03-May-20222.4 KiB6532

topology.cH A D03-May-202211.3 KiB345309

topology.hH A D03-May-20221.7 KiB3510

utils.cH A D03-May-202213.4 KiB401344

xlife.6H A D03-May-202249.8 KiB1,120967

xlife.manH A D03-May-202249.8 KiB1,120967

xwidget.cH A D03-May-202232.5 KiB890845

xwidget.hH A D03-May-20221.5 KiB359

README

1		XLIFE -- a cellular-automaton laboratory
2
3    This program will evolve patterns for John Horton Conway's game of Life.
4It will also handle general cellular automata with the orthogonal and
5nosymmetry neighborhood and up to 16 states (it's possible to recompile for
6more states, but very expensive in memory).  Transition rules and sample
7patterns are provided for the 8-state automaton of E. F. Codd, the Wireworld
8automaton, and a whole class of `Prisoner's Dilemma' games, and many others.
9
10    See the file HOW-TO-INSTALL for installation instructions.
11
12    To use it, run `xlife'.  The help key is `?'.  There is a man page.
13
14    The pattern library lives in the subdirectory `patterns'.  The
15sub-subdirectory `life' contains an extensive library of interesting
16Life patterns.  The sub-subdirectory `codd' contains transition rules
17and components for the universal computer-constructor described in E.F
18Codd's "Cellular Automata" Academic Press 1968 (ACM Monograph #3). The
19sub-subdirectory `wireworld' contains patterns for the `Wireworld'
20automaton described in the January 1990 issue of Scientific American
21(Computer Recreations, p. 146).
22
23    Some documents on advanced pattern creation and UCC components are in
24the directory doc.
25
26    We also include a couple of utilities:
27
28    The `lifeconv' utility converts between different pattern file formats.
29There is a man page. It may also collects separate included files into one
30file that uses pattern blocks.
31
32			Jon
33			Dan
34			Chuck
35			Paul
36 			Eric
37 			Litwr
38