Applet: The Hodge-Podge Machine – Fun With Self Organizing Cellular Automata
Filed under: Java, automata, hodge-podge | No Comments »
Filed under: Java, automata, hodge-podge | No Comments »
As part of the hodge-podge specification [link] a widget for changing the infectivity was specified. The initial spec was for a slider, however, a more appropriate choice would be to allow int values to be entered by the user as well as to increase/decrease values in steps. The Java JSpinner widget using the SpinnerNumberModel is [...]
Filed under: Java, automata, code, hodge-podge, solutions | No Comments »
Background
The Hodge-Podge machine is an example of a 2D Cellular Automata which mimics chemical reactions. Created by Martin Gerhardt and Heike Schuster of the University of Beilefeld and popularised by A.K.Dewdney in his ‘Computer Recreations’ columns in the Scientific American, August, 1988 magazine. It was designed to mimic a particular kind of ‘heterogeneous catalytic reaction’ [...]
Filed under: hodge-podge, specification | No Comments »