https://github.com/cloud8421/elixir-game-of-life
Game of Life implementation in elixir
https://github.com/cloud8421/elixir-game-of-life
Last synced: 12 months ago
JSON representation
Game of Life implementation in elixir
- Host: GitHub
- URL: https://github.com/cloud8421/elixir-game-of-life
- Owner: cloud8421
- Created: 2014-11-04T14:48:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-07T22:19:09.000Z (over 11 years ago)
- Last Synced: 2025-03-02T13:26:26.084Z (over 1 year ago)
- Language: Elixir
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game of Life
Console implementation of the game of life.
## Run
$ make start
## Test
$ make test
## Customise initial layout
Edit the `initial_layout` in `lib/game_of_life.ex`.