calebsmith / automaton

A cellular automata runner in C with Scheme scripting support
GNU General Public License v2.0
5 stars 3 forks source link

Add "rule" files and a "rule" struct, allowing for non-GOL CA algorithms #10

Closed calebsmith closed 10 years ago

calebsmith commented 10 years ago

This rule file/data structure should contain the following information:

This will necessitate changing the seed data files to include the name of the rule file that should be associated with them. For example, the current example files should include something like "life" or "GOL" at the top