You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conway's Game of Life built with React. Algorithm from Beau Carne's tutorial. I added the pentadecathlon and pulsar oscillations. I also changed around some functions and made structural tweaks to ensure understanding. These changes included setting up the project in the App File, using Redux, converting the Box component into a functional compo…