speedrun-p1xt-progress

View on GitHub

Build the Game of Life

Objective

Build an app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/reGdqx/.

Requirements

Hint: Here’s an explanation of Conway’s Game of Life from John Conway himself: https://www.youtube.com/watch?v=E8kUJL04ELA

Hint: Here’s an overview of Conway’s Game of Life with rules for your reference: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Notes