Skip to content

Instantly share code, notes, and snippets.

@PtrMan
Created June 7, 2015 21:19
Show Gist options
  • Save PtrMan/9f462204b6a23646dc59 to your computer and use it in GitHub Desktop.
Save PtrMan/9f462204b6a23646dc59 to your computer and use it in GitHub Desktop.
Broken Hyperdimension Cellular Automata Model
* Cells are in a (undirectional) graph, cells can have any number of neightbors, cells can have different numbers of neightbors
* Cells calculate the next state based on a CA table with the values of their neightbors
References:
* Book (of which i dont know the name) about selforganisation in the unsere, has a example which is similar to this, but its not that formalized
Keywords:
CA, cellular automata, self organisation, emergence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment