Creating an Artificial World with a New Kind of Cellular Automata
Walter Eckel

TL;DR
This paper introduces a novel cellular automaton called XCA, which uses arcs and directed graphs to simulate an evolving artificial universe without relying on a grid structure.
Contribution
The paper presents the concept of XCA, a new type of cellular automaton that models universe creation and evolution using graph-based rules, expanding the scope of CA applications.
Findings
XCA can simulate universe-like evolution from a singularity.
XCA demonstrates complex space generation without a fixed grid.
Different rules produce diverse manifold behaviors.
Abstract
This paper describes a new concept of cellular automaton (CA). XCA consists of a set of arcs (edges) that correspond to cells in CA. At a particular time, the arcs are connected to a directed graph. With each time step, the arcs exchange their neighbors (adjacent arcs) according to rules that depend on the statuses of the adjacent arcs. An XCA can be used to simulate an artificial world beginning with a Big Bang. In contrast to an CA, an XCA does not require a grid. However, it can create one, just as the real universe after the Big Bang generated its own space, which had not excisted previously. Examples using different rules reveal the manifold nature of the XCA concept. Similar to John Conway s well-known The Game of Life simulates birth, survival, and death, this game can simulate a system that begins from a singularity, and evolves into a complex space.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCellular Automata and Applications
