ucsb-cs56-projects / cs56-games-maze

-
3 stars 9 forks source link

Winning in Memory Mode #68

Open wltu opened 6 years ago

wltu commented 6 years ago

Issue:

In the memory mode, the piece is only redrawn after 5 valid moves are made. After winning the maze in memory mode, if the player finished the maze but is not at the end of the memory cycle the player piece does not move to the end of the maze.

Fixes:

Just move the piece to the end of the maze when the player finish the maze.

Estimate 50 points.

CDLlo commented 6 years ago

W18 OK 50 points