From 28badef04cbf19df4a2d990b3f54dda3aac38b4f Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Sun, 5 Sep 2021 19:18:55 -0400 Subject: [PATCH] auto --- assign1/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assign1/README.md b/assign1/README.md index 0b105cd..9110c89 100644 --- a/assign1/README.md +++ b/assign1/README.md @@ -105,7 +105,7 @@ twice as large Note that a "swipe" can also be performed in a variety of other ways, for now we will do it using on-screen buttons. -For more specifics, see the tests described below. +See more specifics below. ## The `Twos` Class @@ -143,6 +143,10 @@ and functions: // shiftLeft() and rightRotate() ``` +The above must all be created exactly as specified or the unit tests +will fail. *DO NOT* change even a single character of the unit tests +files, just copy it verbatim. + Note that methods merely *modify* the `board` property. We are not taking any actions based on the board, or doing any GUI work at all. -- GitLab