React component for game of life visualisation
npm install --save react-game-of-life-background
import React, { Component } from 'react'
import GameOfLifeBackground from 'react-game-of-life-background'
class Example extends Component {
render() {
return <GameOfLifeBackground delay={1000} color='#EEE' />
}
}
Look at ➡ https://someta.site/react-game-of-life-background/
MIT © martyns0n