Package net.regsirius06.engine.world


package net.regsirius06.engine.world
The world package contains classes that define and manage the game world.

The main class in this package is the World, which represents a game world, including its labyrinth, size, lighting, and other world-specific settings. The world class allows for the management of the world, including saving and loading worlds from files, as well as creating the labyrinth based on specific parameters.

Key features of this package include:

  • World creation and manipulation
  • World-specific parameters, such as width, height, and lighting
  • Saving and loading worlds from the filesystem
  • Managing labyrinth generation and initialization

This package is an essential part of the game, as it defines the virtual environment in which the player interacts.

  • Classes
    Class
    Description
    The World class represents a game world, including a labyrinth and various attributes such as the world size, lighting, and world-specific settings.