/AlgorithmPlayground

Small tool for implementing 2d dungeon generation

Primary LanguageC++

AlgorithmPlayground

Small tool for implementing 2d dungeon generation.This is an implementation of a component for a topdown dungeon exploration game. It is capable of creating dungeons with different room types, sizes, and amounts. #####Features:

  • Room types include Square, Rectangle, Circle, and Dual.
  • Number of Rooms Per Dungeon.
  • Different Algorithms for generation(Soon to be implemented).

#####Information:

  • build using qmake and make
  • pro file included
  • using Qt 5.2.1(64 bit)