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
This application runs John Conway's game of life in the browser, allowing the user to manipulate various aspects of the simulation and run diferent layouts
I was originally planning on creating a 3d audio visualizer, but I had too much trouble trying to figure it out and scrapped the project to switch to the game of life. This presented a large time challenge.
For my JS linter, I used JSHint and it's default list of warnings. This includes items such as semicolons, properly scoped variable references, and many more options (all of which can be found at https://jshint.com/docs/options/)