repositorypackage
0.0.0-20210902185455-b3864e418421
Repository: https://github.com/hunterkepley/open-dungeon.git
Documentation: pkg.go.dev
# README
Open Dungeon
Open Dungeon is an open source dungeon generator
Made in Go, using Faiface's Pixel as a library for rendering, input, and window.
Installation
-
Download Go, it's different based on your OS/Distro, but Golang's site should work
-
Use
go get
to get Pixel
go get github.com/faiface/pixel
- Type
go build
in the same directory as the source files.