Kirimson / Jumazy

https://jumazy.wordpress.com
1 stars 0 forks source link

Victory state bug #18

Closed ahmadm7 closed 6 years ago

ahmadm7 commented 7 years ago

Summary: The victory point of the maze id unable to be created as the maze is generated randomly. Component: JumazyGame Class Version: 0.0.1 OS: Windows 10 Description: The player can never win as there is no victory point for them to head towards. It is difficult to create the victory point as the maze is generated randomly so the victory point does not have a specific location. In order to fix this issue, I would suggest that the victory point is generated statistically and a random maze is placed around it ensuring it is always fair. Steps to reproduce: 1.Run the game. 2.Press the play button.

  1. Move to the center of the game. Actual Result: The player is unable to get the center due to the generation of the maze. Even if they get to the center of the game, the player will not win. Expected Result: The player wins.