Minimap #46

Closed
opened 2024-03-31 17:05:31 -05:00 by sigonasr2 · 2 comments
Owner

Implement a minimap system that keeps track of the sections of a map the player has already visited. This helps players when navigating the maps to ensure they don't get lost, backtrack, and can ensure they are making progress.

When a map has undiscovered areas, sides with more discoverable passages will have an open wall.

When a map is fully discovered, an overlaid "breadcrumb map" shows the locations explored specifically on this run while ensuring the player still knows what the layout of the entire map looks like.

Once the exit has been located, show that spot on the map. Make it clear where the player's location is as well.

Implement a minimap system that keeps track of the sections of a map the player has already visited. This helps players when navigating the maps to ensure they don't get lost, backtrack, and can ensure they are making progress. When a map has undiscovered areas, sides with more discoverable passages will have an open wall. When a map is fully discovered, an overlaid "breadcrumb map" shows the locations explored specifically on this run while ensuring the player still knows what the layout of the entire map looks like. Once the exit has been located, show that spot on the map. Make it clear where the player's location is as well.
sigonasr2 added the
major
enhancement
labels 2024-03-31 17:05:31 -05:00
sigonasr2 self-assigned this 2024-03-31 17:05:31 -05:00
sigonasr2 added this to the Demo Build project 2024-03-31 17:05:31 -05:00
Author
Owner

There should be an additional input for opening a map while playing and viewing the entire area (panning with movement inputs)

There should be an additional input for opening a map while playing and viewing the entire area (panning with movement inputs)
Author
Owner

Has been done and implemented in demo.

Has been done and implemented in demo.
Sign in to join this conversation.
No description provided.