Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.
/ Negzero Public archive

A second attempt at a performant 2d dungeon generator.

License

Notifications You must be signed in to change notification settings

valantonini/Negzero

Repository files navigation

Negzero

Build Status

A second attempt at a performant 2d dungeon generator.

Currently implement an A* algorithm and Fibonacci heap for world traversal.

For bitmap rendering on OSX

brew install mono-libgdiplus

For bitmap rendering on Linux, maybe (untested):

sudo apt install libc6-dev 
sudo apt install libgdiplus

About

A second attempt at a performant 2d dungeon generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages