Aepoch

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Aepoch is a Bully automaton made by Areallycoolusername. It has some properties added to resemble the properties of a fractal.

Specifics

Aepoch starts out with an infinite grid of integer cells of undefined value.

  1. A specified cell, now called the initial cell, is set to 0.
  2. The 4 cells adjacent to the starting cell are set to the initial cell.
  3. The function f(x) = x^2 + 4x is applied to each cell.
    • A cell set to 0 is unchanged, as f(0) is still 0.
  4. The cell 2 cells to the right of the initial cell is set to 0.
    • It will undergo the same process that the initial cell underwent.
  5. A cell in a point exactly 5 blocks away in a random side of the starting 5 cells will be set to the starting cells state incremented by 1.
    • It will also undergo the same process that the initial cell underwent.

All state changes will happen in 1 clock cycle and will continue to do so until it is stopped somehow.