- commit
- f09db0ef317d314db4c63afa7919c15cd9adfdea
- parent
- b02ccfac5fa747874de27900155bf2040cf2ea26
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-11-01 16:00
generate scenarios.js
Diffstat
5 files changed, 10 insertions, 8 deletions
diff --git a/scenarios/05_glider_01.js b/scenarios/06_glider_01.js
diff --git a/scenarios/06_reach_02.js b/scenarios/07_reach_02.js
diff --git a/scenarios/07_glider_02.js b/scenarios/08_glider_02.js
diff --git a/scenarios/08_gun.js b/scenarios/09_gun.js
diff --git a/src/scenarios.js b/src/scenarios.js
@@ -2,18 +2,20 @@ import s01_survive_01 from '../scenarios/01_survive_01.js'; 2 2 import s02_growth_01 from '../scenarios/02_growth_01.js'; 3 3 import s03_reach_01 from '../scenarios/03_reach_01.js'; 4 4 import s04_growth_02 from '../scenarios/04_growth_02.js';5 -1 import s05_glider_01 from '../scenarios/05_glider_01.js';6 -1 import s06_0reach_02 from '../scenarios/06_0reach_02.js';7 -1 import s07_glider_02 from '../scenarios/07_glider_02.js';8 -1 import s08_gun from '../scenarios/08_gun.js';-1 5 import s05_symbiosis from '../scenarios/05_symbiosis.js'; -1 6 import s06_glider_01 from '../scenarios/06_glider_01.js'; -1 7 import s07_reach_02 from '../scenarios/07_reach_02.js'; -1 8 import s08_glider_02 from '../scenarios/08_glider_02.js'; -1 9 import s09_gun from '../scenarios/09_gun.js'; 9 10 10 11 export default [ 11 12 s01_survive_01, 12 13 s02_growth_01, 13 14 s03_reach_01, 14 15 s04_growth_02,15 -1 s05_glider_01,16 -1 s06_0reach_02,17 -1 s07_glider_02,18 -1 s08_gun,-1 16 s05_symbiosis, -1 17 s06_glider_01, -1 18 s07_reach_02, -1 19 s08_glider_02, -1 20 s09_gun, 19 21 ];