|
RpgGame
Console Based RPG game in C#
|
Classes | |
| class | Config |
| Provides global configuration values for the game. More... | |
| class | Directions |
| Provides predefined directional offset vectors for common cardinal directions. More... | |
| class | Inventory |
| Manages the player's inventory system, storing and organizing equippable items. More... | |
| class | Level |
| Represents a single game level containing terrain tiles, item placements, and movement validation logic. More... | |