This is a browser-based application that embodies the Game of Life, a cellular automaton devised by the British mathematician John Horton Conway. The app is not only an interesting visual spectacle, but also develops unique acoustic patterns.
- Visualizes the Game of Life using JavaScript and the Canvas 2D libraries
- Generative audio by analyzing the cellular structure and translating the evolving patterns into sounds.
- Operates beyond Conway's standard rules (B36/S23) with the ability to select from a broad range of rules that create diverse and distinct patterns.
You can access the live demo of the application from this link.