Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 367 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 367 Bytes

Conway's game of life in React

This is a rendition of Conway's 'game of life' in react.

Installation

npm i
npm run dev

Or you can view on Heroku at:

https://gof-react-fergus-roache.herokuapp.com/

Future work

  • A timing start device to cycle through automatically
  • A shape encyclopedia
  • Dynamic re sizing of grid to account for growing shapes