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

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

Awesome Lists containing this project

README

          

## conway-pixijs

[Demo](https://doccaico.github.io/conway-pixijs/)

## lint

```
$ npm install
$ npx eslint js
```