A dungeon delver roguelike using Pathfinder 2nd edition rules
at g3n 12 lines 375 B view raw
1module tangled.sh/cass.cityboundforest.com/pathdelver 2 3go 1.24.5 4 5require github.com/g3n/engine v0.2.0 6 7require ( 8 github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb // indirect 9 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect 10 golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9 // indirect 11 gopkg.in/yaml.v2 v2.4.0 // indirect 12)