Browse Source

docs(corewar): add more clarity to the subject

pull/2072/head
nprimo 11 months ago committed by Michele
parent
commit
fdb6d0173e
  1. 2
      subjects/corewar/README.md

2
subjects/corewar/README.md

@ -45,7 +45,7 @@ The players will be able to create new processes using specific instructions, it
There is a special instruction, called `live` that notifies the VM one player is still healthy and doing well.
Every once in a while the VM will check which processes executed such instruction and kill all the processes that have not.
After this check, the VM will consider that every remaining process is dead until it successfully executes a `live` instruction.
The processes are kept alive only if they execute at least one `live` instruction between the VM checks.
Once there is no more active processes the VM stops execution and the last player that notified it was alive is the winner of the match.

Loading…
Cancel
Save