Skip to content
/ yfind Public

Search program for gliders (periodic translating patterns) in cellular automata

License

Notifications You must be signed in to change notification settings

strake/yfind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yfind

Search for translating patterns (a.k.a. spaceships) in cellular automata.

Building

You need git, stack, and z3.

git clone https://github.com/strake/yfind
chdir yfind
stack build

Using

For example, to search the rule B2o45/S2o45 for spaceships of maximum size (8,8) and speed (1,1)/3:

stack exec -- yfind -rB2o45/S2o45 -s'(8,8)' -v'(1,1)/3'

About

Search program for gliders (periodic translating patterns) in cellular automata

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published