Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psmyrdek/vue-game-of-life
Game of Life in Vue
https://github.com/psmyrdek/vue-game-of-life
Last synced: 3 days ago
JSON representation
Game of Life in Vue
- Host: GitHub
- URL: https://github.com/psmyrdek/vue-game-of-life
- Owner: psmyrdek
- Created: 2022-03-20T11:38:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T13:23:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-22T03:42:10.923Z (2 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue - Game Of Life
[👉 Demo](https://psmyrdek.github.io/vue-game-of-life/)
Vue 3 + Vite
Rules - [Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
## Setup & Run
```
npm install
npm run dev
```