###### 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/<map of your choice> -p1 <path to student player> -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/<map of your choice> -p1 <path to student player> -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?