Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

anna-jana/cellular-automata-2d

Repository files navigation

Cellular Automata 2D

Code for 2D Cellular Automata (also stochastic ones) in Haskell.

Install

$ git clone https://github.com/orion-42/cellular-automata-2d
$ cd cellular-automata-2d
$ cabal install
$ cabal repl
> GameOfLife.main -- a glieder in the game of life

TODO

  • performance? e.g. only having two arrays (no memory allocation at each step)

About

2D Cellular Automata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published