Skip to content
/ clife Public

Cellular automata based on classic Conway's Game of Life, with genetic rules, multi-layer (3D) space, Monte-Carlo time, etc.

License

Notifications You must be signed in to change notification settings

eruditor/clife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

clife

Cellular automata based on classic Conway's Game of Life, extending it with:

  • genetics (breeding, mutations)
  • multi-layer (3D) space
  • Monte-Carlo physics
  • and other options But preserving the original philosophy of Game of Life - very simple rules leading to very complex behavior.

Pure browser JavaScript, + ArrayBuffer. Tending to maximum performance on absolutely every device.

For WebGL2 version see https://github.com/eruditor/glife

About

Cellular automata based on classic Conway's Game of Life, with genetic rules, multi-layer (3D) space, Monte-Carlo time, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published