William

Results 2 issues of William

This essentially combines https://github.com/Ishadijcks/Ishadijcks.github.io/commit/3ae3c9016fd4937fbba373b62dcbeddff3a1cb12#diff-179a97f89e4d8cc0cce87781606fe8b5 and https://github.com/Ishadijcks/Ishadijcks.github.io/pull/175/files to fix the underground. Currently, underground randomizes items between 1 and `max-3`, then checks if items can fit. As a result, some larger items...

See @Aegyo comment for pictorial description of the issue. This is because the game thinks you're trying to access `map[10]` by wall-wrapping from `map[9]`, and rejects your move right away....