Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dungeon Generator #1359

Merged
merged 2 commits into from
Mar 20, 2024
Merged

Dungeon Generator #1359

merged 2 commits into from
Mar 20, 2024

Commits on Mar 3, 2024

  1. + new DungeonCell class, extending Cell with dungeon specific data

    + new Dungeon class, capable of generating simple connected dungeons with a variety of circular and rectangular rooms
    keziah480 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    21d16cf View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. + new DungeonCell class, extending Cell with dungeon specific data

    + new Dungeon class, capable of generating simple connected dungeons with a variety of circular and rectangular rooms
    keziah480 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8e43da1 View commit details
    Browse the repository at this point in the history