Skip to content

m0rtyn/react-game-of-life-background

Repository files navigation

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

About

Component for visualisation of Convay's Game of Life

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published