zoo1 / AlgorithmPlayground

Small tool for implementing 2d dungeon generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Small tool for implementing 2d dungeon generation


Languages

Language:C++ 98.8%Language:IDL 1.2%