https://github.com/matjam/dungeon
https://github.com/matjam/dungeon
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matjam/dungeon
- Owner: matjam
- Created: 2021-12-21T22:56:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T17:13:27.000Z (over 2 years ago)
- Last Synced: 2025-01-11T14:26:21.533Z (over 1 year ago)
- Language: C++
- Size: 7.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dungeon
Implements the algorithm described here: https://journal.stuffwithstuff.com/2014/12/21/rooms-and-mazes/
I don't know if this was the _last_ commit I made to this project, so I have no idea if it works. Maybe.
I've probably rewritten this a few times over the years, its not a super efficient implementation. Theres
a lot I don't like about the design of the code.
# LICENSE
Copyright 2023 Nathan Ollerenshaw
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without
limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions
of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.