Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
5answers
1k views

Building a NetHack bot: is Bayesian Analysis a good strategy?

A friend of mine is beginning to build a NetHack bot (a bot that plays the Roguelike game: NetHack). There is a very good working bot for the similar game Angband, but it works partially because of ...
9
votes
7answers
774 views

Help me to port this NetHack function to Python please!

I am trying to write a Python function which returns the same moon phase value as in the game NetHack. This is found in hacklib.c. I have tried to simply copy the corresponding function from the ...
0
votes
2answers
36 views

What does “NEARDATA” mean in the NetHack source code?

The NetHack source code (written in C) has some things I don't understand. The following code can be found in the Nethack 3.4.3 source code: STATIC_VAR NEARDATA struct engr *head_engr; (on line 9 ...
0
votes
1answer
177 views

Displaying 'special' characters from other encodings in UILabel or similar

I'd like to be able to simulate a terminal on my iPhone to play games like Nethack using the primitive graphics I enjoyed on a real DEC terminal. Nethack allows selection of DECgraphics for ...