
No Backtracking
Simple movement method that gives the appearance of limited intelligence and path-finding.
Simple movement method that gives the appearance of limited intelligence and path-finding.
A very simple example of Cellular Automata showing Rock, Paper, Scissors interactions. Written in Javascript and using a Canvas for rendering.
Extending the Rock, Paper, Scissors scenario to include 7 circularly predatorial cell types. Helps to demonstrate the failings of over-simplified systems.
Another simple cellular automata setup, this time showing interactions between cells with random mouth and body colours to represent type and prey type.
A classical Predator, Prey implementation to look at interactions between cells.