From 074f4c25ac9e8f6aebce33be27fd22fd26edc0bb Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 10 Oct 2022 14:45:41 +0100 Subject: [PATCH] fix(filler): placing the bonus questions inside a bonus part --- subjects/filler/audit/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/subjects/filler/audit/README.md b/subjects/filler/audit/README.md index fc2aa234..eabfd528 100644 --- a/subjects/filler/audit/README.md +++ b/subjects/filler/audit/README.md @@ -24,14 +24,6 @@ ###### Can you confirm that the student player won at least 4 out of 5 times? -#### General - -###### +Did the student create a visualizer for the project? - -##### Try to run `./game_engine -f maps/ -p1 -p2 robots/terminator` five times changing the position of the players each time so that the student player can be the `p1` and the `p2`. - -###### +Can you confirm that the student player won at least 4 out of 5 times? - #### Basic ###### +Does the code obey the [good practices](../../good-practices/README.md)? @@ -39,3 +31,11 @@ ###### +Is there a test file for this code? ###### +Are the tests checking each possible case? + +#### Bonus + +###### +Did the student create a visualizer for the project? + +##### Try to run `./game_engine -f maps/ -p1 -p2 robots/terminator` five times changing the position of the players each time so that the student player can be the `p1` and the `p2`. + +###### +Can you confirm that the student player won at least 4 out of 5 times?