Skip to content

dkarter/game_of_life

Folders and files

NameName
Last commit message
Last commit date
Sep 23, 2019
Jul 8, 2022
Sep 4, 2019
May 31, 2020
Sep 3, 2019
Sep 4, 2019
Sep 23, 2019
Sep 4, 2019
Sep 23, 2019
Sep 3, 2019
Sep 3, 2019
May 31, 2020
Sep 17, 2019
May 31, 2020
Sep 23, 2019
May 31, 2020
Sep 4, 2019

Repository files navigation

Game Of LiveView

CI STATUS

Checkout the production version here

demo

Running

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with yarn install --cwd assets
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser to see Conway's Game of Life implemented in LiveView.