Skip to content

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

License

Notifications You must be signed in to change notification settings

TheAbstract/rule110

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages