Octohash database

From LifeWiki
Revision as of 19:01, 19 October 2022 by Book (talk | contribs) (Created page with "{{stub}} The '''12x12-1G-octohash database'''<ref>[https://github.com/dvgrn/octohash/ Repository] on GitHub</ref> is a series of text files containing RLE and hash "fingerprints" for constellations of two well-separated small objects, with gliders hitting those constellations in all possible ways. It is designed to be easily searchable and includes Python scripts for doing so. It also works with Golly. Note that lifelib has a similar functionality called octo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article is a stub. You can help LifeWiki by expanding it.

The 12x12-1G-octohash database[1] is a series of text files containing RLE and hash "fingerprints" for constellations of two well-separated small objects, with gliders hitting those constellations in all possible ways. It is designed to be easily searchable and includes Python scripts for doing so. It also works with Golly. Note that lifelib has a similar functionality called octodigest but the octohash database has no dependency on lifelib.

See also

References

  1. Repository on GitHub