From 5027bd0015c885f1b434844ffd628a616044ef70 Mon Sep 17 00:00:00 2001 From: nprimo Date: Tue, 27 Jun 2023 17:36:47 +0100 Subject: [PATCH] docs(corewar): improve subject clarity --- subjects/corewar/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/corewar/README.md b/subjects/corewar/README.md index e0f6405f..2196a46e 100644 --- a/subjects/corewar/README.md +++ b/subjects/corewar/README.md @@ -122,7 +122,7 @@ It implies that moving backward of one position from `0` will bring us to the ad #### Stop process execution -Every `CYCLE_TO_DIE` the VM will check for every process if it signaled it was alive (or in other word, if it has executed a `live` instruction) at least once, if the process will be immediately killed. +Every `CYCLE_TO_DIE` the VM will check every process and kill all the processes that did not successfully execute any `live` instruction. To avoid infinite games, `CYCLES_TO_DIE` will be decremented by `CYCLE_DELTA` under certain conditions: