From dac07c7cae5cf8bce391439b006c95328023c10e Mon Sep 17 00:00:00 2001 From: nprimo Date: Tue, 17 Oct 2023 12:40:46 +0100 Subject: [PATCH] feat(corewar): updat audit - remove strong_* players related questions until strong playes will be added to resources --- subjects/corewar/audit/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/subjects/corewar/audit/README.md b/subjects/corewar/audit/README.md index ba0b5fb7..54830f2c 100644 --- a/subjects/corewar/audit/README.md +++ b/subjects/corewar/audit/README.md @@ -54,16 +54,6 @@ ###### Does the VM exit at cycle 10 and dump the memory printing 32 bytes per row? -##### Run the VM using four players with the name starting with `strong_*` and the flag `-d 40000`. - -##### Run also the same command on the standard VM. - -###### Are the two memory dumps identical (they can be formatted in a different way, but the bytes in the arena must match perfectly)? - -##### Run such games at least 4 more times mixing and matching the players to create new outputs. - -###### Are the two memory dumps identical for every game played? - #### Beating ameba ##### Use the standard Assembler to compile the player of the learner and the given `ameba.s`.