|
| map.c |
| Implementations for the games map.
|
| map.h |
| Exposes common types and constants for the games map.
|
| map_generator.c |
| Implements functionality for generating the game map.
|
| map_generator.h |
| Exposes functions for generating the game map.
|
| map_mode.c |
| Implements functions for the map mode of the game.
|
| map_mode.h |
| Defines and manages functions for map exploration, player movement, and map interactions in map mode.
|
| map_populator.c |
| Implements functionality for populating the generated game map.
|
| map_populator.h |
| Exposes functions for populating the generated map with a key, enemies and fountains.
|