react-game-of-life-background

React component for game of life visualisation as background

Usage no npm install needed!

<script type="module">
  import reactGameOfLifeBackground from 'https://cdn.skypack.dev/react-game-of-life-background';
</script>

README

react-game-of-life-background

React component for game of life visualisation

NPM JavaScript Style Guide

Install

npm install --save react-game-of-life-background

Usage

import React, { Component } from 'react'

import GameOfLifeBackground from 'react-game-of-life-background'

class Example extends Component {
  render() {
    return <GameOfLifeBackground delay={1000} color='#EEE' />
  }
}

Demo

Look at ➡ https://someta.site/react-game-of-life-background/

License

MIT © martyns0n