Skip to content
Snippets Groups Projects
Commit e4510d97 authored by keleher's avatar keleher
Browse files

auto

parent 505cf86f
No related branches found
No related tags found
No related merge requests found
......@@ -162,14 +162,14 @@ and two others for our automated testing.
We will award points as follows:
- (5 pts) Display is layed out with correct controls.
- (5 pts) Gameplay is correct, numbers move as expected, combine as expected.
- (5 pts) Scores are correct. This can be checked even with out determinism, but in
- (10 pts) Display is layed out with correct controls.
- (5 pts) Click new game (in random mode) multiple times and see different initial
conditions, all with 4 buttons displayed, each either a '1' or a '2'
- (10 pts) Gameplay is correct, numbers move as expected, combine as expected.
- (5 pts) Scores are correct. This can be checked even without determinism, but in
deterministic mode:
- click "New Game". Should have a score of 7.
- new game / down / down / down / down / right should give a score of 26
- (5 pts) Click new game (in random mode) multiple times and see different initial
conditions, all with 4 buttons displayed, each either a '1' or a '2'
- (10 pts) Determinism works:
- in deterministic mode a new game reproduces the sequences shown above, i.e.:
- new game / right / right / right gives the "C" shape, and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment