docs(corewar): improve subject clarity

This commit is contained in:
nprimo 2023-06-27 17:36:47 +01:00 committed by Michele
parent 67717c29ff
commit 5027bd0015
1 changed files with 1 additions and 1 deletions

View File

@ -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: