https://github.com/doccaico/conway-pixijs
Conway's Game Of Life written in JavaScript using Pixi.js
https://github.com/doccaico/conway-pixijs
Last synced: 29 days ago
JSON representation
Conway's Game Of Life written in JavaScript using Pixi.js
- Host: GitHub
- URL: https://github.com/doccaico/conway-pixijs
- Owner: doccaico
- Created: 2023-12-24T03:44:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T00:46:54.000Z (over 2 years ago)
- Last Synced: 2025-01-06T11:38:44.316Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://doccaico.github.io/conway-pixijs/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## conway-pixijs
[Demo](https://doccaico.github.io/conway-pixijs/)
## lint
```
$ npm install
$ npx eslint js
```