A simple JavaScript implementation of Game of Life by John Conway. The grid was made using SVG.
Link: https://chrislopez28.github.io/conways-game-of-life/index.html
- Update Styling for desktop / mobile
- Display generation number, # of live and dead cells
- Give option to import/export an initial state