diff --git a/assign2.md b/assign2.md index 8e74d846dd1208d9e9acfb5bc9c025b4d2d62c0c..a5f213c8e28df6953fcf4e7a762bd17ea1589724 100644 --- a/assign2.md +++ b/assign2.md @@ -144,7 +144,7 @@ Conceptually number these open spots as follows: Choose among them by randomly selecting in indice from 0 to 4. Use `prng` to make both random choices. We want your deterministic mode to -exactly match ours, so use the following ordering: +exactly match ours, **so use the following ordering**: - First check to see if there's an open spot for a new tile. Do not call `prng` otherwise. - Use `prng` to decide the value of the new tile. - Use `prng` to decide where to place the new tile.