Skip to content
Snippets Groups Projects
Commit 8e020cef authored by keleher's avatar keleher
Browse files

auto

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