ASCII Game of Life

ASCII Game of Life

No, this is not the board game. This game is John Conway's Game of Life - ASCII version.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "ASCII Game of Life",
  "description": "No, this is not the board game. This game is John Conway's Game of Life - ASCII version.",
  "version": "0.5.0.4",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://ascii-game-of-life.appspot.com/"
    ],
    "launch": {
      "web_url": "http://ascii-game-of-life.appspot.com/ascii-game-of-life.html"
    }
  },
  "icons": {
    "16": "img/game-of-life-icon-16x16.png",
    "128": "img/game-of-life-icon-128x128.png"
  }
}