Currently, the word list being built does not validate the next cell to ensure it is adjacent to the last cell; need to implement logic to ensure that user cannot go from [0, 0] to [0, 2] and any further selections are also invalid unless the user circles back to an adjacent cell.
Currently, the word list being built does not validate the next cell to ensure it is adjacent to the last cell; need to implement logic to ensure that user cannot go from [0, 0] to [0, 2] and any further selections are also invalid unless the user circles back to an adjacent cell.