chiark / gitweb /
bedbugs.git
10 years agoInitial just-about-works completely shonky version
Jacob Nevins [Wed, 8 Jan 2014 03:28:00 +0000 (03:28 +0000)]
Initial just-about-works completely shonky version

Nothing is automated. Output files don't quite match their supposed
input. Nothing is documented. Even the level of organisation presented
here is fiction, these files were spread over multiple directories. It
was 3am. Sue me.

Provenance:

make-ruletable.cpp hacked to output a table for Conway's life.
[make-ruletable.cpp] -> life.table -> [mungetable.pl] ->
  mungedlife.table (modulo debug debris)
(mungetable.pl expands (0,1) transitions to accont for all Bedstead
states. Revoltingly)

bedbugs.c hacked from bits of http://bjh21.me.uk/bedstead/ bedstead.c #137
[bedbugs.c] -> bedbugs.rule

bedbugs.rule + mungedlife.table -> [handhacking] -> Bedbugs.rule
(which is what you actually feed into Golly)

10 years agoPristine make-ruletable.cpp from upstream golly
tim_hutton [Thu, 16 Oct 2008 22:15:14 +0000 (22:15 +0000)]
Pristine make-ruletable.cpp from upstream golly

git://git.code.sf.net/p/golly/code Rules/TableGenerators/make-ruletable.cpp