Skip to content

DOsinga/conway

Repository files navigation

Conway

A tribute to John Conway, the inventor of Game of Life. The cellular automation the cells canmove to the fields next door and are governed by a random matrix of attraction.

Getting Started

Clone the repository and run

npm install
npm start

... and you are good to go. A local version will now be running on localhost:3000

The hash bit of the url determines which genes are being run. You can copy something you like and keep it for later.

Generate new patterns

You can use the generate_patterns.py to print some interesting patterns. Add the string it prints out next to the name as the hash of the url to see it play out.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published