hauberk icon indicating copy to clipboard operation
hauberk copied to clipboard

A web-based roguelike written in Dart.

Results 18 hauberk issues
Sort by recently updated
recently updated
newest added

https://github.com/munificent/hauberk/blob/09e6466c33f9c2390631ccbfbd82811583ba2298/lib/src/content/item/weapons.dart#L53 Personally I expected Club Mastery to carry over to a Mattock or Mace. ``` ..skill("Club Mastery") ```

I was going through the old Amaranth repo and realized there's [a bunch of monsters](https://github.com/munificent/amaranth/tree/master/Amaranth.Data/Data/Monsters) and other content in there that I never migrated over. I should do that.

Could we get the web service to listen on all IP instead of just localhost?

items have a tendency to drop on tiles the player cannot reach, such as on tables. ![Screenshot 2021-05-13 9 43 34 AM](https://user-images.githubusercontent.com/73554136/118142141-b919a580-b3cf-11eb-8906-df4726667316.png)

Hello! I'm trying to run Hauberk on my own machine but I receive this message: ![hauberkerr](https://user-images.githubusercontent.com/62635784/107279795-58fc1780-6a0c-11eb-9fae-62972154173f.png) I followed the installation instructions and I'm running this on Ubuntu 20.04, Chromium &...

I unequipped both my weapons - a stiletto and a baselard. Then I equipped the stiletto, followed by the baselard. Then I happened to press `x`. Free stiletto! I can...

During melee, threw a stick which landed on top of a barrel and was unable to retrieve as player can not stand on top of a barrel.

I noticed there's no longer a list of controls anywhere to make use of and also the skills menu information doesn't seem to be appearing anywhere too.

I activate the mapping scroll it mapped half of the dungeon and then hung the game. there was some fire on the screen at the time, not sure if it's...

One challenge with loot is most random equipment is useless. If a weapon is a type your class can't use, or is equal to or less powerful than what you...

enhancement