Hauberk is a roguelike, an ASCII-art based procedurally-generated dungeon crawl game. It's written in Dart and runs in your browser. To get it up and

munificent / hauberk Public

submited by
Style Pass
2022-01-15 14:30:08

Hauberk is a roguelike, an ASCII-art based procedurally-generated dungeon crawl game. It's written in Dart and runs in your browser.

To get it up and running locally, you'll need to have the Dart SDK installed. I use the latest dev channel release of Dart, which you can get from here.

One of the things I enjoy most about open source is collaborating with other people, and I'd love to have more contributions. But, the reality of my life right now is that my other main open source project already has more activity than I can handle given that I am also writing a book and have a wife, kids, pets, and full-time job.

So, for my sanity's sake, this project is mostly "read-only". You are welcome to file bug reports for issues you notice, but I probably won't have the time to take many pull requests.

I'd be delighted if you used this codebase as a springboard for your own game. Feel free to fork and make it into your own thing in any way you choose. It uses a very permissive MIT license, so you can do pretty much whatever you want with it.

Leave a Comment
Related Posts