git @ Cat's Eye Technologies ALPACA / master eg / life_initial2.alp
master

Tree @master (Download .tar.gz)

life_initial2.alp @masterraw · history · blame

/*
   John Conway's Game of Life, plus an initial configuration.
*/

state Dead  " " to Alive when 3 Alive and 5 Dead;
state Alive "*" to Dead when 4 Alive or 7 Dead
begin      
  *
* *
 **