/game-of-life

Primary LanguageJavaScriptMIT LicenseMIT

Game of Life

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.

The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves, or, for advanced "players", by creating patterns with particular properties.

source wikipedia

Requirements:

  • Vanilla JavaScript, but you can use any task runner/tools of your choice to have a better separation of concerns
  • DDD (more about design not an optimizations)
  • additional points for tests

Installation

$ npm install --save game-of-life

Usage

TODO

License

MIT © Sérgio Batista