You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An app that randomly creates a 10 by 10 grid of 0s and 1s where the 0s represent open spaces and 1s represent blocked spaces, and then see if user can navigate from position 0,0 to where either the first index or second index equal 9 without hitting a 1. In other words the user must move clear across the grid without hitting a 1 or the game is o…