https://github.com/versilov/elixir_life
Conway's Game of Life written in Elixir, concurrent, with nice terminal visualization.
https://github.com/versilov/elixir_life
elixir game-of-life
Last synced: 12 months ago
JSON representation
Conway's Game of Life written in Elixir, concurrent, with nice terminal visualization.
- Host: GitHub
- URL: https://github.com/versilov/elixir_life
- Owner: versilov
- Created: 2017-05-07T20:08:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T20:18:02.000Z (about 9 years ago)
- Last Synced: 2025-03-14T06:43:30.488Z (over 1 year ago)
- Topics: elixir, game-of-life
- Language: Elixir
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elixir_life
Conway's Game of Life written in Elixir, concurrent, with nice terminal visualization.
## How to build and run
```
mix escript.build
./life
```
For example: ``` ./life 200 100 100```
## Terminal settings
To achieve better visualization make your terminal font small enough and adjust character and line spacing, if necessary.
The following screenshot was made on MacOS terminal with the lowest font size. Font is Ubuntu Mono.
