etcadinfinitum / GameLab

Android application with a few simple games
0 stars 1 forks source link

Need to add validation for adjacent cells in Boggle #6

Closed etcadinfinitum closed 6 years ago

etcadinfinitum commented 6 years ago

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.