dungeon-generator

Last updated

Description

A Java Library for generating different kinds of 2D dungeons.

Specification

Usage

Gradle

Add the following to your build.gradle

  repositories {
      maven { url 'https://jitpack.io' }
  }
  
  dependencies {
      implementation 'dev.forbit:dungeon-generator:1.1'
  }

Maven

Add the following to your pom.xml

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
  
<dependencies>
  <dependency>
    <groupId>dev.forbit</groupId>
    <artifactId>dungeon-generator</artifactId>
    <version>1.1</version>
  </dependency>
</dependencies>

License

The source code is licensed under the MIT License

Technologies

    java java

Recent Commits

Merge branch 'main' of https://github.com/f0rbit/dungeon-generator

Update SurroundingCells.java

Update README.md

update logo

Create README.md

update build.gradle

add gradle wrapper

Add generation tests

Update dependencies

delete attribute register