Package net.regsirius06.engine.core.graphics.minimap


package net.regsirius06.engine.core.graphics.minimap
Contains the classes related to rendering a 2D minimap of a labyrinth. The minimap displays a simplified representation of the labyrinth environment, including walls, light sources, and the player's position.

This package provides the MiniMap class, which is responsible for rendering the minimap in a 2D graphics context. The minimap helps in visualizing the labyrinth layout and aiding the player in navigation.

The minimap is scaled to fit within a specified area, and its content includes walls (rendered according to their state and color), light sources (highlighted with circles), and the player's position (marked with a red circle).

  • Classes
    Class
    Description
    Represents a 2D minimap of a labyrinth, displaying walls, light sources, and the player.