# Neuropecolation This package provides an neuropercolation model for [Python 3](https://www.python.org/) forked from Richard Feistenauer's [cellular-automaton](https://gitlab.com/DamKoVosh/cellular_automaton). ## Dependencies There is only a dependency for [recordclass](https://pypi.org/project/recordclass/) at the moment. If you want to use the CAWindow or execute the examples you will have to install [pygame](https://www.pygame.org/news) for visualisation. If you don't want to use this engine for some reason pass another draw_ending to the CAWindow. It has to provides the same interface as the [PygameEngine](https://gitlab.com/DamKoVosh/cellular_automaton/-/blob/master/cellular_automaton/display.py) ## Licence This package is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0), see [LICENSE.txt](https://gitlab.com/DamKoVosh/cellular_automaton/-/tree/master/LICENSE.txt)