mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.9 KiB
42 lines
1.9 KiB
2 years ago
|
#### Functional
|
||
|
|
||
|
##### Try to run the command `./game_engine -f maps/map01 -p1 robots/bender -p2 robots/terminator` inside the container.
|
||
|
|
||
|
###### Can you confirm that the student was able to create the image and container correctly?
|
||
|
|
||
|
##### Try to run the student player against one of our players.
|
||
|
|
||
|
###### Can you confirm that the project runs correctly?
|
||
|
|
||
|
##### Try to run the student player against one of our players.
|
||
|
|
||
|
###### Can you confirm that the student player is placing the pieces correctly with the overlapping of just on cell?
|
||
|
|
||
|
##### Try to run `./game_engine -f maps/map00 -p1 <path to student player> -p2 robots/wall_e` 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?
|
||
|
|
||
|
##### Try to run `./game_engine -f maps/map01 -p1 <path to student player> -p2 robots/h2_d2` 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?
|
||
|
|
||
|
##### Try to run `./game_engine -f maps/map02 -p1 <path to student player> -p2 robots/bender` 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?
|
||
|
|
||
|
#### 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)?
|
||
|
|
||
|
###### +Is there a test file for this code?
|
||
|
|
||
|
###### +Are the tests checking each possible case?
|