All I have with me is a computer that is otherwise blank save for Python and C++.
I searched for the ConwayLife forums and LifeWiki. ConwayLife is down, and it looks like it will be that way forever.
Never mind, I could at least search for other CA-related sites… oh, never mind, the internet is down too.
The technicians in my area are not that competent and are very slow.
I still want to get back to CA again. Sadly, my old computer with all my CA files has been wrongly trashed by my archenemy.
The only information I know about CA, for now, is this:
I’d might as well start now. First step: a zero-dimensional grid.FROM: Your friend
TO: You
A cellular automaton (CA) consists of a regular grid of cells, each in one of a finite number of states. The grid can be in any finite number of dimensions. For each cell, a set of cells called its neighbourhood is defined relative to the specified cell. An initial state (time t = 0) is selected by assigning a state for each cell. A new generation is created (advancing t by 1), according to some fixed rule (generally, a mathematical function) that determines the new state of each cell in terms of the current state of the cell and the states of the cells in its neighbourhood. The rule for updating the state of cells is the same for each cell and does not change over time and is applied to the whole grid simultaneously.
[META NOTE: This was taken and slightly paraphrased from Wikipedia.]
==============================================================================================================================
RULES TO CONTINUE THE GAME:
* Provide a day number that is the same or the successor to the previous poster. Decrementing is allowed if CA definitions from that day are not well-defined.
* DO NOT provide RLEs. You can put stuff in code tags, but nowhere in this thread do we want LifeViewer-compatible code blocks.
* All code must be in either Python or C++. No extra modules or import commands (apart from importing other programs in this thread) allowed.
* No using existing software other than Python or C++. We are building the theory of CA from the ground up.