calebsmith / automaton

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

Adds support for automata rules in Scheme #16

Closed calebsmith closed 10 years ago

calebsmith commented 10 years ago

Also changes the rule files around a bit. The neighbor type now comes after the states. Rules that opt out of scheme use a 0 after their list of states. To use scheme the format of that line is:

filename:module:function_name

calebsmith commented 10 years ago

:shipit: