chiark / gitweb /
Initial just-about-works completely shonky version
authorJacob Nevins <0jacobnk.git@chiark.greenend.org.uk>
Wed, 8 Jan 2014 03:28:00 +0000 (03:28 +0000)
committerJacob Nevins <0jacobnk.git@chiark.greenend.org.uk>
Sat, 18 Jan 2014 12:29:34 +0000 (12:29 +0000)
commitd2545170ea5768207a3b6960233e1f07283bf39b
treeb7767262a2f0ee7ae2f36da5ce3a9b5ddf064c66
parent30bc81d320c88e85d32550cb13b1fb28b58f121b
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)
Bedbugs.rule [new file with mode: 0644]
src/bedbugs.c [new file with mode: 0644]
src/bedbugs.rule [new file with mode: 0644]
src/life.table [new file with mode: 0644]
src/make-ruletable.cpp
src/mungedlife.table [new file with mode: 0644]
src/mungetable.pl [new file with mode: 0755]