Categorygithub.com/hunterkepley/open-dungeon
repositorypackage
0.0.0-20210902185455-b3864e418421
Repository: https://github.com/hunterkepley/open-dungeon.git
Documentation: pkg.go.dev

# README

License: GPL v3

Open Dungeon


Open Dungeon is an open source dungeon generator

Image Zoomed Out

Image Normal

Made in Go, using Faiface's Pixel as a library for rendering, input, and window.

Installation

  1. Download Go, it's different based on your OS/Distro, but Golang's site should work

  2. Use go get to get Pixel

go get github.com/faiface/pixel
  1. Type go build in the same directory as the source files.

If there is an error [missing dependency I forgot to add], please make an issue so I can include it!