You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 with buffer, for the C code to read from.
If you modified nethack_lib.js, you should rebuild the project.
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 to run in Android (as a Cordova/Phonegap app) and Firefox OS.
To work in these runtimes, BrowserHack would need to show a softkeyboard or focus a hidden element to use the system's softkeyboard.
I'd be happy to work on this, if you can guide on which files to touch :-)
The text was updated successfully, but these errors were encountered: