.gitignore
.markdownlint.yaml
.pre-commit-config.yaml
LICENSE
Makefile
README.md
mkdocs.yaml
pyproject.toml
.github/workflows/python-app.yml
.github/workflows/python-publish.yml
docs/changelog.md
docs/code-coverage-results.md
docs/index.md
docs/notes.md
docs/images/fhp-ii-obstacle-step-250.png
docs/images/hpp-obstacle-step-640.png
lgca/__init__.py
lgca/settings.py
lgca.egg-info/PKG-INFO
lgca.egg-info/SOURCES.txt
lgca.egg-info/dependency_links.txt
lgca.egg-info/entry_points.txt
lgca.egg-info/requires.txt
lgca.egg-info/top_level.txt
lgca/automata/__init__.py
lgca/automata/fhp_i.py
lgca/automata/fhp_ii.py
lgca/automata/fhp_iii.py
lgca/automata/hpp.py
lgca/automata/lgca.py
lgca/config/collisions.yaml
lgca/config/colors.yaml
lgca/config/fhp_i.yaml
lgca/config/fhp_ii.yaml
lgca/config/fhp_iii.yaml
lgca/config/hpp.yaml
lgca/data/patterns/fhp/collision.json
lgca/data/patterns/fhp/wiki.json
lgca/data/patterns/hpp/collision.json
lgca/data/patterns/hpp/simmul.json
lgca/data/patterns/hpp/simple.json
lgca/data/patterns/hpp/wiki.json
lgca/display/__init__.py
lgca/display/base_grid.py
lgca/display/hexagonal_grid.py
lgca/display/square_grid.py
lgca/display/triangular_grid.py
lgca/entrypoints/gui.py
lgca/utils/add_shape.py
lgca/utils/config_loader.py
lgca/utils/table_generator.py
lgca/vendor/hexagon.py
tests/conftest.py
tests/data/buick.phd.lookup.table.csv
tests/data/fhp_i/expected.6.dat
tests/data/fhp_i/input.dat
tests/data/fhp_ii/expected.6.dat
tests/data/fhp_ii/input.dat
tests/data/fhp_iii/expected.6.dat
tests/data/fhp_iii/input.dat
tests/data/hpp/expected.6.dat
tests/data/hpp/input.dat
tests/data/shapes/frame/expected.dat
tests/data/shapes/frame/input.dat
tests/data/shapes/line_horizontal/expected.dat
tests/data/shapes/line_horizontal/input.dat
tests/data/shapes/line_vertical/expected.dat
tests/data/shapes/line_vertical/input.dat
tests/data/shapes/single_point/expected.dat
tests/data/shapes/single_point/input.dat
tests/data/shapes/solid_circle/expected.dat
tests/data/shapes/solid_circle/input.dat
tests/data/shapes/solid_rectangle/expected.dat
tests/data/shapes/solid_rectangle/input.dat
tests/data/shapes/solid_square/expected.dat
tests/data/shapes/solid_square/input.dat
tests/helpers/__init__.py
tests/helpers/test_utils.py
tests/lgca/automata/test_fhp_i.py
tests/lgca/automata/test_fhp_ii.py
tests/lgca/automata/test_fhp_iii.py
tests/lgca/automata/test_hpp.py
tests/lgca/display/test_hexagonal_grid.py
tests/lgca/display/test_square_grid.py
tests/lgca/display/test_triangular_grid.py
tests/lgca/utils/test_add_shape.py
tests/lgca/utils/test_config_loader.py
tests/lgca/utils/test_table_generator.py