Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 2.46 KB

README.md

File metadata and controls

50 lines (43 loc) · 2.46 KB

rule110

An elementary cellular automaton with interesting behaviour on the boundary between stability and chaos.

A cellular automaton consists of some initial state and then evolves according some set of simple rules. For rule110 each new state is determined by the current state and that of the two neighbouring cells.

usage

$ python rule110.py
                                                              *
                                                            * *
                                                          * * *
                                                        * *   *
                                                      * * * * *
                                                    * *       *
                                                  * * *     * *
                                                * *   *   * * *
                                              * * * * * * *   *
                                            * *           * * *
                                          * * *         * *   *
                                        * *   *       * * * * *
                                      * * * * *     * *       *
                                    * *       *   * * *     * *
                                  * * *     * * * *   *   * * *
                                * *   *   * *     * * * * *   *
                              * * * * * * * *   * *       * * *
                            * *             * * * *     * *   *
                          * * *           * *     *   * * * * *
                        * *   *         * * *   * * * *       *
                      * * * * *       * *   * * *     *     * *
                    * *       *     * * * * *   *   * *   * * *
                  * * *     * *   * *       * * * * * * * *   *
                * *   *   * * * * * *     * *             * * *
              * * * * * * *         *   * * *           * *   *
            * *           *       * * * *   *         * * * * *
          * * *         * *     * *     * * *       * *       *
        * *   *       * * *   * * *   * *   *     * * *     * *
      * * * * *     * *   * * *   * * * * * *   * *   *   * * *
    * *       *   * * * * *   * * *         * * * * * * * *   *
  * * *     * * * *       * * *   *       * *             * * *
* *   *   * *     *     * *   * * *     * * *           * *   *

references