C C++ JavaScript Yacc Makefile DIGITAL Command Language Other
Switch branches/tags
Nothing to show
Latest commit 93007d7 Aug 23, 2015 @coolwanglu coolwanglu Merge pull request #16 from Tenchi2xh/map-borders
Map limits are highlighted to show edge of the dungeon
Permalink
Failed to load latest commit information.
dat initial Apr 7, 2015
doc
include permanent record and logfile Apr 17, 2015
src submit deaths better May 6, 2015
sys allow wizard mode Apr 17, 2015
util empty functions for the web port Apr 7, 2015
web map limits are highlighted to show edge of the dungeon Aug 14, 2015
win
.gitignore empty functions for the web port Apr 7, 2015
Files initial Apr 7, 2015
Porting initial Apr 7, 2015
README initial Apr 7, 2015
README.md add Nethack Modern tileset Jun 1, 2015
browserhack_logo.png update logo May 5, 2015
build.sh s-click magic! Apr 15, 2015
screenshot.png
screenshot2.png more screenshots Apr 18, 2015
screenshot3.png more screenshots Apr 18, 2015
upload.sh .. May 11, 2015

README.md

#BrowserHack

NetHack ported to the Web by Lu Wang

##Play on Kongregate ##Play on GitHub

###Screenshots Screenshot Screenshot2 Screenshot3

Most porting stuffs go to win/web/* and web/*.

To build the project, read and modify build.sh according to your environment, install dependencies, and use some good luck.

Only minimum features are supported while I'm rushing to make it work, but more features are coming. Search for TODO in win/web/* and web/*.

Need help for game testing, implementing more features and designing the interface.

###Tilesets

###How to use number pad for movements? Press O and set number_pad to 1. Make sure that NumLock is on. You can make this permanent by setting it in options (the cog icon in the top-right corner), then reload the game.

###How to apply my tileset? Run this in your browser console: nethack.apply_tilset(tile_file_url, tile_width, tile_height);

###Where is my favorite ASCII interface? As a player of SuperZZT, yeah, I agree that ASCII is definitely important. But it might worth a separate port. Even if the characters are implemented as a special type of tilesets, you may not get the smooth input experience.

Checkout nethack.alt.org (aka NAO) where you can play the ASCII version online.