A Game of Life implementation to learn Elixir.
Install the dependencies:
mix deps.get
Execute the following command to run the tests:
mix test
To run the CLI, execute the following script:
./run-cli.sh
The CLI accepts the following optional arguments:
--generations
or-g
: The number of generations (iterations). Default: 5.--grid-size
or-s
: The size of the grid. Default: 10.
- Web interface with phoenix LiveView.