Categories
Pycage
CAGE is a fairly generic and complete cellular automaton simulation engine. It supports both 1D and 2D automata, a variety of prepackaged rules, and the concept of "agents" which can move about independently on the map for implementing agent behavior.
It comes with numerous examples of fully-functional CA systems, including Conway's Game of Life, Langton's self-reproducing automaton, Langton's "vants," and 1D automata rule explorers. It also comes with simple displayers (including a curses interface for 2D automata) and a unique implementation of a finite state machine. CAGE is intended primarily as an education toolkit, rather than an industrial-strength CA simulator.
Last updated 5 Nov, 2002
Versions
1.1.2
1.1.2 stable released 2002-11-05
- Released: 5 Nov, 2002
- Code Maturity: Stable
- Source Archive: http://www.alcyone.com/pyos/cage/cage-1.1.2.tar.gz
- Licenses: GPLv2orlater
- Interfaces: X Window System



