chiark / gitweb /
bedbugs.git
10 years agoComments, licensing, etc
Jacob Nevins [Sat, 18 Jan 2014 15:38:22 +0000 (15:38 +0000)]
Comments, licensing, etc

10 years agoAutomate existing automatic steps with Makefile
Jacob Nevins [Sat, 18 Jan 2014 14:26:53 +0000 (14:26 +0000)]
Automate existing automatic steps with Makefile

And remove files that are now built by the Makefile.

10 years agoAnimated GIF Golly screenshot (manually generated)
Jacob Nevins [Sat, 18 Jan 2014 13:45:24 +0000 (13:45 +0000)]
Animated GIF Golly screenshot (manually generated)

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