An open API service indexing awesome lists of open source software.

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

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`.