Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sedictious committed May 1, 2019
2 parents 458db67 + d8c0697 commit fc42c68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## What is it?

This is a model plugin for [Evoplex](https://evoplex.org) and is included by default in the software.
This is a model plugin for [Evoplex](https://evoplex.org).

It let's you define any valid [Life-like rules](https://en.wikipedia.org/wiki/Life-like_cellular_automaton).
It lets you define any [life-like cellular automaton](https://en.wikipedia.org/wiki/Life-like_cellular_automaton).

## Rules
## Rules Notation

The model uses the usual B/S notation, where B and S represent the number of neighbors required for birth and survival respectively.

Expand All @@ -18,7 +18,7 @@ Likewise, an active cell will survive if it has either 2 or 3 live neighbors and

## Examples

The figure below shows a screenshot of an experiment in Evoplex using this model.
The figure below shows an experiment implementing the Replicator plugin.

<p align="center">
<img src="example.gif" alt="Example" width="70%">
Expand Down

0 comments on commit fc42c68

Please sign in to comment.