<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>CAGE</name>
<shortdesc>A generic and fairly complete cellular automata simulation engine.</shortdesc>
<description>CAGE is a fairy generic and complete cellular automaton simulation
    engine in Python.  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.

    CAGE 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).  Also included is a unique implementation of a
    finite state machine (ant.py).</description>
<download-page>http://www.alcyone.com/software/cage/cage-latest.tar.gz</download-page>
<homepage rdf:resource="http://www.alcyone.com/software/cage/" />
<maintainer><foaf:Person><foaf:name>Erik Max Francis</foaf:name>
</foaf:Person></maintainer>
<release><Version><revision>1.1.3</revision></Version></release>
</Project></rdf:RDF>