1.0.11 • Published 3 years ago

life-app v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Conway's Game of Life

npm GitHub

This is a Javascript implementation of Conway's Game of Life.

Click here to start the Life simulation.

Instructions

Click "Pause" to stop the simulation. Once paused, you can save the life board by clicking "Save" and copying the "Load" link. Also, in the paused state, you can toggle any cell of the life board by clicking on it. Click "Play" to restart the simulation.

Click "Random" to randomize the life board. Click "Clear" to clear the life board.

Click "Background and "Cell" to cycle through background and cell colors. Click "Border" to toggle the border around the life board. Click "Reset" to restore colors and border to defaults.

You can increase or decrease the speed of the simulation by clicking the "Speed" controls. Update the size of the life board by clicking the "Width" and "Height" controls. Increase or decrease the size of the life board cells by clicking the "Size" controls.

To customize the simulation, such as changing the cell color, refer to the configuration options.

Examples

Development

This project is developed using javascript-build. It was started using javascript-template as follows:

template-specialize javascript-template/template/ life-app/ -k package life-app -k name 'Craig A. Hobbs' -k email 'craigahobbs@gmail.com' -k github 'craigahobbs'
1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago