////
      ////// ////               js_Life
    ///   ///  ///
   ///   ///  ///                   javascript Conway's game of life
  /////////////						
 ///   ///
///   ///                         Attilio Pavone <tilly@utillyty.eu>

What is this game about?

Usage

Pattern

You can edit any pattern from scratch by clicking on the grid field to switch on and off the state of any cell.

Otherwise, below the grid, there's the pattern text-area where you can edit, import and export any pattern by hand.
The presets list on the right contains some of the most common pattern: you can click on the pattern name to fill in the text-area, and then import it.

You can also copy-paste any life-1.06 format file to the text-area: here you can find an huge list of patterns and relative files to copy paste from (at the bottom of each page right side box, there is a "Pattern file" item with a "show" label to display the direct link to each file: choose the 1.06 format).

As most files contain negative coordinates that don't feet into the field grid, you can set the shift parameter to translate the [x y] origin.

The html button parse the content of the text-area as an html table with and convert it to the corresponding life-1.06 pattern: any cell with bgcolor other then white (html code: #ffffff) is considered alive. You can convert any image to an html table with GIMP, for example to convert an EU green-pass download the QR code as a png file from your health authority and open it with GIMP then:

Here is my old Green Pass

The share button creates an url with the current pattern settings and navigate to it: if everything is ok (some server blocks requests if url is too long) you can copy-paste the new url to share from the addres bar of your browser.

Here's some more odd patterns I've been playing around with:

Version


www.utillyty.eu