BrowserHack icon indicating copy to clipboard operation
BrowserHack copied to clipboard

NetHack on the Web!

Results 11 BrowserHack issues
Sort by recently updated
recently updated
newest added

Seems like maybe the UI get's into a state that is out of sync with the game state, and locks up. I'm not sure how to reproduce, but it's some...

Very interesting work. Just curious, where will the save file be stored? On our local computer (possibly browser cache), or your server?

Good morning! I'm running into an issue when attempting to compile BrowserHack from source on Linux, specifically Fedora 24. I've installed the latest emscripten release from the sdk tgz available...

Since the user interface does not show the full dungeon map, you can not find out whether the current room you are in is on the far-right, the center or...

![Better looking status bar](http://i.imgur.com/Sx9hQfo.png) Designed a better looking status bar with icons, stat hexagon and progress bars. - Still uses the same `create_highlight_element()` method to highlight changes. - The icons...

With my current keyboard layout (Swiss French), to input a `#` symbol for extend commands, the combination is AltGr + 3, which does not work with the current build Also...

In case the player might need to take a look at the whole map or to check something far away. This version of game does not seem to support panning...

Shift-clicking on tile also moves my current character. I just looked into both mouse_event_handler (line 747) and the shift-click event listener (line 782, both win/web/nethack_lib.js) but judging from the early...

First of all, this is a really well done port. Thanks you for doing this. I want to suggest packaging this as an open web app. This would enable BrowserHack...