Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 629 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 629 Bytes

Conway's Game of Life

This project is hosted here: https://tertsdiepraam.github.io/Conways-Game-of-Life/

This project is an implementation of John Conway's Game of Life using HTML5, JavaScript and CSS. More information on Conway's Game of Life can be found here: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Functionality

  • Clicking cells to change state.
  • Starting, pausing and stepping through the simulation.
  • Adjustable board size, cell size, simulation speed and colors.
  • Randomization

Usage

Open the index.html file in any modern browser.

TODO

  • Drag and drop shapes
  • Save and load states