Live data from Hacker News

NetHack beaten in 7 minutes 15 seconds real time

pellsson.github.io

61–70 of 92 posts

Re: NetHack beaten in 7 minutes 15 seconds real time

#62
post #26

Earlier quoted context omitted.

I played my first NetHack games about 20 years ago and started with the GUI versions, but the game really hooked me when I tried it with the ASCII graphics. They are quite good and if you put a bit of time to it, you should be able to ascend in a couple of months. Aye, good times...

> you should be able to ascend in a couple of months. I think it took me a couple years to ascend without cheating, I don't know whether to cry or laugh at my former self :) Btw, I think modern nethack playing is quite different from the old times, because of the amount of easy to find information (i.e. wiki,guides etc). Playing without spoilers is more interesting but can become frustrating much faster.

I thought I was good in Nethack, being ascended a couple of time with a valkyrie and once with a samurai. Then I started in uni where people ascended all the characters quite frequently in the guild room computers.

You just need time and imagination.

Re: NetHack beaten in 7 minutes 15 seconds real time

#63
post #44

RNG manipulations are among some of my favorite speedruns just because of the absurd lengths players will go to align absolutely everything perfectly. For example, Dragon Warrior at AGDQ last year was an absolute treat to watch [1] [1] https://www.youtube.com/watch?v=Bgh30BiWG58

Remarkable. So is this player performing all of these movements that change the RNG behaviour from (muscle) memory?

Yeah, pretty much. Speedrunning takes all the obsessive practicing of classical piano concert performance and applies it to video games. It's insane

Re: NetHack beaten in 7 minutes 15 seconds real time

#64
post #55
post #51

Looks like the TTYrec is missing. Did NAO remove it?

Looks like the URL is mangled by being repeated, that's odd. It seems to work when I de-dupe it, though. ^^ https://alt.org/nethack/trd/?file=https://alt.org/nethack/us...

That only has 3 frames...that can't be right..?

Re: NetHack beaten in 7 minutes 15 seconds real time

#65
post #36
post #16

Earlier quoted context omitted.

Alternatively, for a roguelike cut from the same mold as Nethack but with a very different philosophical bent, I recommend Dungeon Crawl Stone Soup, which can be played either locally, online in the classic SSH fashion, or via a web browser with a nice graphical UI (e.g. http://crawl.akrasiac.org:8080/#lobby , click on any name there to observe other players in action).

I think it's the very best dungeon crawler when it comes to comfort of use and startability for new players. And I would suggest it not just for gamers but for programmers as well. There is a lot one can learn about user interfaces, shells, coding, architecture, data management (items, races etc are all data) with the additional motivation to learn it while playing.

> for programmers as well

https://twitter.com/crawlcode :)

Re: NetHack beaten in 7 minutes 15 seconds real time

#66
post #57
post #23

Earlier quoted context omitted.

This reminds me of something I read on reinforcement learning playing Atari / video games ... often you see the Deep net (I think the game in question was a tank game) just spazzing out on the controller when there’s no enemy, the tank was spinning on the spot while waiting for a door to open for example. Initially thought just to probably be some numerical instability when the next actions are all equally likely (I.…

Atari computers actually had a hardware random number generator driven by electrical noise. (I'm not sure what the 2600 system had, most of their latter game consoles were based on their computers). Most other computers in those days just used a pseudo random number generator.

The 2600 didn't have a built-in RNG, but many games took advantage of uninitialized registers on powerup to seed their own RNG.

Re: NetHack beaten in 7 minutes 15 seconds real time

#67
post #55
post #51

Looks like the TTYrec is missing. Did NAO remove it?

Looks like the URL is mangled by being repeated, that's odd. It seems to work when I de-dupe it, though. ^^ https://alt.org/nethack/trd/?file=https://alt.org/nethack/us...

Works for me! Thanks!

Re: NetHack beaten in 7 minutes 15 seconds real time

#69

The best thing that nethack did for me was letting me ingrain the hjkl muscle memory. This in turn helped me thrive in vim. Thriving in the dungeons though... that's something that's always been elusive.

I hacked the source slightly so I don't take any damage in combat. Is a simple one line change so it's a cheat but a tiny cheat. I still cannot get past level 10-12 or so. (Wow, I suck.)

Re: NetHack beaten in 7 minutes 15 seconds real time

#70

this seems like the plot of "edge of tomorrow," [1] but in nethack form. so neat -- i love that the RNG space fits into 100GB (all nethack games that ever will be). [1] https://en.wikipedia.org/wiki/Edge_of_Tomorrow

The original article points out that it's all possible "Tou Hum Fem Neu" (female neutral human tourists). You have lots of other choices when you start a NetHack game. :-)
Post reply on HN