diff --git a/README.md b/README.md index 6e0732d..e4b21b9 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ as a failsafe. If the given template fails many consecutive times, the algorithm a different template. Some templates are harder than others, and some random seeds just seem to have a problem. -A workaround I added is called Sloppy Mode. When the algorithm can't place an marble, it may choose +A workaround I added is called Sloppy Mode. When the algorithm can't place a marble, it may choose to add a new tile to the template, trying to keep the overall shape as tidy as possible. This may hurt game difficulty, but is generally much faster than retrying over and over.