Skip to content
Snippets Groups Projects
Commit 28badef0 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 328d0fa2
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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