jergason / speech-of-life

speech recognition enabled game of life
1 stars 1 forks source link

Create "Let There Be Darkness" spell #5

Open basham opened 9 years ago

basham commented 9 years ago

Terminate all life.

Simple algorithm

  1. Turn the entire board black, killing all life.

    Better algorithm

  2. Find all life.
  3. Randomly kill a single life.
  4. Wait a small time interval.
  5. Repeat until all life is extinguished.