Keyword: ai

Showing 5 results
No Backtracking

No Backtracking

Fri May 02 2025 15:06:07 GMT+0100 (British Summer Time)

Simple movement method that gives the appearance of limited intelligence and path-finding.

Rock, Paper, Scissors

Rock, Paper, Scissors

Fri May 02 2025 15:06:07 GMT+0100 (British Summer Time)

A very simple example of Cellular Automata showing Rock, Paper, Scissors interactions. Written in Javascript and using a Canvas for rendering.

Rainbow Automata

Rainbow Automata

Fri May 02 2025 15:06:07 GMT+0100 (British Summer Time)

Extending the Rock, Paper, Scissors scenario to include 7 circularly predatorial cell types. Helps to demonstrate the failings of over-simplified systems.

Mouth and Body Automata

Mouth and Body Automata

Fri May 02 2025 15:06:07 GMT+0100 (British Summer Time)

Another simple cellular automata setup, this time showing interactions between cells with random mouth and body colours to represent type and prey type.

Predator, Prey interactions

Predator, Prey interactions

Fri May 02 2025 15:06:07 GMT+0100 (British Summer Time)

A classical Predator, Prey implementation to look at interactions between cells.