Incarnations of Nethack
Moderator: Moderators
- 1v0ry_k1ng
- Posts: 4656
- Joined: 10 Mar 2006, 10:24
Re: Spelunky
buggy piece of shitSinbadEV wrote:http://game.webhack.net/

Re: Spelunky
I know right... but then again I've never been able to wrap my head around Nethack in the firstplace... OMG LOOK THERES ENOUGH POSTS TO WARRENT A TOPIC SPLIT!@!1v0ry_k1ng wrote:buggy piece of shitSinbadEV wrote:http://game.webhack.net/
Re: Incarnations of Nethack
http://nethack.wikia.com/wiki/Nethack.alt.org
Best because you can watch other users play and
laugh when they die.
Best because you can watch other users play and
laugh when they die.
Re: Spelunky
Hi, I'm the author of Webhack. =)1v0ry_k1ng wrote:buggy piece of shitSinbadEV wrote:http://game.webhack.net/
It's not so much buggy as not-yet-finished in a fairly serious way. I expect it to be another year before it's possible to ascend. What's working now:
Character generation
Inventory
Picking things up (gold, items)
A minor version of the vision system
Open door
Close door
Kick door
Search
Movement (arrow keys, letter keys, and mouse)
Fighting creatures (they don't fight back)
The dungeon will automatically generate food, amulets, and rings. I've mostly got weapons done and will expose those soon.
If you want to follow along: http://blog.webhack.net/ I post every few days.
And if you feel like helping, you're welcome. We're hosted on github.
Follow-up messages are probably best posted to https://groups.google.com/a/webhack.net ... ck-discuss
I don't have a bug tracker up yet, because there's no point so far. Easiest to post a message to the list if you think something ought to be working and isn't. Right now I probably just haven't coded it yet.
Thanks for the link, though! That's the biggest spike of traffic I've had yet. =)
Tks,
Jeff Bailey
Re: Incarnations of Nethack
Surreal to have had enough of an impact on a projects notoriety to invoke the author.jbailey wrote:Hi, I'm the author of Webhack. =)1v0ry_k1ng wrote:buggy piece of shitSinbadEV wrote:http://game.webhack.net/
I think I found your project by googling "html5 nethack".
Nethack is a roguelike... more like THE roguelike really.Wombat wrote:whats that
Webhack appears to be a javascript/html5 implementation of nethack designed to run in a browser.
Also, feel free to stick around and check out the spring project... it's pretty awesome.jbailey Joined: Wed Apr 13, 2011 11:59 am
Re: Incarnations of Nethack
dont let him get away; he's got the amulet of yendor 

Re: Incarnations of Nethack
Hah. Well, as the person commented, "buggy piece of shit" is pretty much the stage it's at now. =) Some people find it, and I'm happy to have people following along - it keeps up the motivation to work on it. But it really isn't ready yet to tell many people about. A spike of a dozen new people trying it is significant.SinbadEV wrote:Surreal to have had enough of an impact on a projects notoriety to invoke the author.jbailey wrote:
Hi, I'm the author of Webhack. =)
I think I found your project by googling "html5 nethack".
Cool. Will check it out when I'm not at work.SinbadEV wrote:Also, feel free to stick around and check out the spring project... it's pretty awesome.jbailey Joined: Wed Apr 13, 2011 11:59 am
- 1v0ry_k1ng
- Posts: 4656
- Joined: 10 Mar 2006, 10:24
Re: Incarnations of Nethack
if its a wip then its a whole different ballgame, ignore me 

Re: Incarnations of Nethack
how to do something other then move around?
i walk up to some door/food ration/gold piece, click action->open,get,eat,... and it always gives a "hello [ok]" message box
i walk up to some door/food ration/gold piece, click action->open,get,eat,... and it always gives a "hello [ok]" message box
Re: Incarnations of Nethack
Use the letter keys "o" for open. In the box in the upper left, it'll ask you in which direction, and then use the array key to indicate the direction.knorke wrote:how to do something other then move around?
i walk up to some door/food ration/gold piece, click action->open,get,eat,... and it always gives a "hello [ok]" message box
I may not have wired up the menus properly, although I thought I had. In practice, I use the keyboard for testing so that would be a real bug.
My local copy isn't playable at the moment as I'm reworking some of the dungeon code. I'll try to take a look at this tomorrow or on the weekend. I got distracted by a movie this evening. =)
Would you mind posting this on the blog or the mailing list? That way the answers can be found by other people who are looking at it, too.
Thanks!
Re: Incarnations of Nethack
Other commands:knorke wrote:how to do something other then move around?
i walk up to some door/food ration/gold piece, click action->open,get,eat,... and it always gives a "hello [ok]" message box
o - open
c - close
, - pickup
i - view inventory
Ctrl-d kick (good for stuck doors)
s search (good where there's a hidden door that looks like a wall, or a hidden passage)
There's a cheat command Ctrl-F which will show you the whole map.
If you walk into monsters you attack them.