From 43e1204e1889308998dd5163bd6db58aa8f23c21 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 12 Apr 2020 20:33:31 +0200 Subject: [PATCH] CLI option -carun --- complex.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/complex.cpp b/complex.cpp index 279b6844..99f95ab0 100644 --- a/complex.cpp +++ b/complex.cpp @@ -3372,6 +3372,12 @@ EX namespace ca { shift(); wlive = eWall(argi()); return 0; } + if(argis("-carun")) { + shift(); int iter = argi(); + start_game(); + for(int i=0; i