@life2/game

1.1.0 • Public • Published

@life2/game

@life2/game is a JavaScript implementation of the Life2 simulation game. It is supposed to work on any modern ECMAScript 5+ runtimes, including V8-based machines (Node.js, Google Chrome, ...), and other engines.

The Life2 simulation game is a cellular automaton software where two societies are created and populated by cells. The game is based on the same ideas behind Conway's Game of Life, except it is flexible enough to allow external rules, and it separates cells in two teams (so called "groups" or "societies").

The principal objectives behind Life2 is to analyze the behavior of societies given the rules we defined for them. For example, how does members of different societies interact with each other?

Installation

The @life2/game package is distributed via NPM. It can be installed using:

npm install @life2/game

Package Sidebar

Install

npm i @life2/game

Weekly Downloads

3

Version

1.1.0

License

Apache-2.0

Unpacked Size

31.4 kB

Total Files

9

Last publish

Collaborators

  • nc0