Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dkarter/game_of_life
- Owner: dkarter
- Created: 2019-09-03T19:45:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T04:13:30.000Z (about 1 year ago)
- Last Synced: 2024-04-10T16:03:22.620Z (10 months ago)
- Language: Elixir
- Homepage: https://gol.doriankarter.com
- Size: 2.51 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-elixir-gaming - Conway's Game of Life
- awesome-elixir-gaming - Conway's Game of Life
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.