File: life.el.html

A demonstrator for John Horton Conway's "Life" cellular automaton in Emacs Lisp. Picks a random one of a set of interesting Life patterns and evolves it according to the familiar rules.

Defined variables (8)

life--max-heightIf non-nil, restrict height to this positive integer.
life--max-widthIf non-nil, restrict width to this positive integer.
life-mode-abbrev-tableAbbrev table for ‘life-mode’.
life-mode-hookHook run after entering ‘life-mode’.
life-mode-mapKeymap for ‘life-mode’.
life-mode-syntax-tableSyntax table for ‘life-mode’.
life-patternsVector of rectangles containing some Life startup patterns.
life-step-timeTime to sleep between steps (generations).

Defined functions (5)

life(&optional STEP-TIME)
life--tick()
life-display-generation(STEP-TIME)
life-increment(VARIABLE)
life-mode()

Defined faces (0)