Lu Wang

Results 77 comments of Lu Wang

Probably we can set the background color to grey, then put a 80x24 black rectangle on top of it and below all the tiles. Another solution, which I prefer, is...

Not sure if dragging will work well, currently I usually use `;` or `_` to explore the whole map.

In fact I think that the border is kind of a `limit` of the original implementation. In modern games, or imagine a real adventure, you wouldn't know the border unless...

Hi Hamza, It looks good to me, yet I think border could be more clear (less blur), but it's your call. Would you create a PR for this? In fact...

Please checkout the 'master' branch, apply the changes, commit and submit a PR. On Fri, Aug 14, 2015 at 5:12 PM, Hamza Haiken [email protected] wrote: > Not really sure about...

Usually I use `shift-space` followed by `_` to check the whole map. But yeah, dragging should be more convenient.

I think I've fixed this in a commit, but not sure if you were reporting before or after it. https://github.com/coolwanglu/BrowserHack/blob/master/win/web/nethack_lib.js#L749 Basically while handling click events, if shiftKey is true, the...

Yes, I can reproduce it, not sure what to do thought. Maybe I need to intercept `mousedown` and call `preventDefault`

A few places you might want to investigate `web/index.html`, in `preRun` you can inject your init functions `win/web/nethack_lib.js` is the logic for the whole UI, especially input events are handled...

Yes, as nethack was originally distributed under Nethack GPL.