From 8e020cefdda61f5d3ebb707d969c190352f588d3 Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Wed, 4 Mar 2020 07:05:36 -0500 Subject: [PATCH] auto --- assign2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign2.md b/assign2.md index 8e74d84..a5f213c 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. -- GitLab