Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.4 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.4 KB

Demo

Game of Life Visualization and Audiolization App

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.

Features

  • 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.

Demo

You can access the live demo of the application from this link.

Examples

1 2 3 4 5 6 7