The objective of the game is to figure out a way out of a forest style maze. There are four exits, made of terrain, or any other alternative such as a gate. However, a randomly selected one will be destroyed at the beginning of the game, leaving only one exit. Any ideas?
Store all exits in an array, create a random number and then destroy all other exits.