Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dkarter/game_of_life

❇️ Game of Life in Phoenix LiveView
https://github.com/dkarter/game_of_life

Last synced: 4 months ago
JSON representation

❇️ Game of Life in Phoenix LiveView

Awesome Lists containing this project

README

        

# Game Of LiveView

![CI STATUS](https://github.com/dkarter/game_of_life/workflows/Elixir%20CI/badge.svg)

[Checkout the production version here](https://gol.doriankarter.com)

![demo](https://i.imgur.com/bCfZqh8.gif)

## 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`](http://localhost:4000) from your browser to
see Conway's Game of Life implemented in LiveView.