From 982df96d15ae33ce68be6479a001ccf9353216e4 Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Fri, 28 Feb 2020 10:12:38 -0500 Subject: [PATCH] auto --- assign2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assign2.md b/assign2.md index 1efb171..2469ffa 100644 --- a/assign2.md +++ b/assign2.md @@ -1,5 +1,5 @@ # Assignment 2: Triples -**Due: March 8, 2020, 11:59:59 pm, v1.0** +**Due: March 8, 2020, 11:59:59 pm, v1.01** ## Goals @@ -168,8 +168,8 @@ We will award points as follows: - (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 + - click "New Game". Should have a score of 5. + - new game / right / right / right should give a score of 11 - (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 -- GitLab