ucsb-cs56-projects / cs56-games-maze

-
3 stars 9 forks source link

Remove hard coding for start and finish locations #66

Open CDLlo opened 6 years ago

CDLlo commented 6 years ago

Currently the start and ending locations for the maze are hard coded, so on the initial dimensions they are in opposite corners. If the user inputs new larger dimensions then the old finish location persists, effectively reducing the overall difficulty of the larger maze.

Estimate 100 points

CDLlo commented 6 years ago

W18 OK 50 points