Skip to content

Conway's Game of Life in Javascript with Canvas

Notifications You must be signed in to change notification settings

dominikwinter/goljs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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