Square grid simulations
Available on PyPI: quadrille
pip install quadrille
- Conway's Game of Life
- Langton Ants
- Wikipedia: Langton's ant
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
- Thanks to
bethlenke
at HSBP for describing his C algorithm for grid advancement in a Conway implementation which was the starting point of my own approach - Python section in global .gitignore taken from github/gitignore under the CC0-1.0 License.
- Thanks to Guido van Rossum, the Python Software Foundation, and all contributors for the Python programming language
- Conway's Game of Life
- original repo name
libmonty-sim-cogol
- original repo name
- Langton Ants
- originally separate repo
langton-ants
, thenlibmonty-sim-lants
- stated on Jun 20, 2015, adapted from a university task for Java
- originally separate repo