Skip to content

Latest commit

 

History

History

game_of_life

Topical/Examples → GameOfLife

This is Conway's Game of Life.

Topical

Running the example

Build the JavaScript bundle:

npm run build

Start the server:

iex -S mix

Open http://localhost:3000.