The Game of Life using HTML, CSS and Vanilla JavaScript.
-
The game of life is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input.
-
Initial state is: [[3, 2], [4, 3], [2, 4], [3, 4], [4, 4]], a run button will start the game.
- Clone or download zip file.
- Open index.html