Download
You can download source files and executables of Hengband
from
here (SourceForge.jp):
Stable version
-
Stable Version Windows Ports
hengband-1.4.5-win-eng.zip (The final version of old stable branch)
hengband-1.6.x-win-eng.zip (New stable branch)
-
Stable Version Mac OS Ports
hengband-1.4.5-68k-eng.sit (The final version of old stable branch) (For 680x0)
hengband-1.4.5-ppc-eng.sit (The final version of old stable branch) (For PowerPC)
hengband-1.6.x-68k-eng.sit (New stable branch) (For 680x0)
hengband-1.6.x-ppc-eng.sit (New stable branch) (For PowerPC)
-
Stable Version Source
hengband-1.4.5.tar.gz(or .tar.bz2) (The final version of old stable branch)
hengband-1.6.x.tar.gz(or .tar.bz2) (New stable branch)
Development version
The new development branch 1.7.x is not yet released.
Please update to Hengband 1.6.0 if you were using Hengband 1.5.4 .
16x16 Tile graphics file
-
Tile Graphics 16x16
heng-graf-16x16.tar.gz(or .zip) (For Windows and Linux)
heng-graf-16x16-mac.sit.bin (For Macintosh)
Other files
Hengband can automatically send your score and character dumps to
the world score server. But don't send
scores if you use cheating like restoring backup save-file after
death. Only non-cheat scores are welcome.
We will continue to maintain the stable branch unless it become
completely bug-free. And new futures will be added only on the
development branch. Maybe the development versions are buggy. So we
suggest to use stable versions if you are not interested in new
futures.
Download the binary archive for Windows.
Unpack it, and click hengband to play.
If you want to compile from the source with borland compiler (BCC),
Comment out options for japanese; 'JP_OPT = ...' and 'ANGBAND_RC = ...'
in makefile.bcc, and un-comment the line 'ANGBAND_RC = ang_eng.rc'.
16x16 tile file is not included in source archive.
You may need to unpack heng-graf-16x16.zip into the lib\xtra\graf\ directory.
Now, makefile.ibm and makefile.dos is included in source archive.
Comment out options for japanese; 'JP_OPT = ...' in makefile.ibm or makefile.dos
before perform MAKE with these.
Download the binary archive for Macintosh.
Unpack it, and click hengband to play.
16x16 tile file is not included in neither source archive nor binary archive.
You must unpack heng-graf-16x16-mac.sit.bin into the lib:xtra:graf: directory.
There is an additional sound package (untested).
Download source archive, and try...
bzip2 -cd hengband-x.x.x.tar.bz2 | tar -xv
or
tar xvzf hengband-x.x.x.tar.gz
then...
cd hengband-x.x.x
./configure --disable-japanese
make install
(Substitute the version number to x.x.x .)
Then try
./hengband -- -n[number of windows]
(for normal ASCII graphics)
or
./hengband -g -- -n[# of windows]
(for 8x8 tile graphics)
./hengband -g -- -b -n[# of windows]
(for Bigtile graphics)
./hengband -g -- -a -n[# of windows]
(for 16x16 tile (need heng-graf-16x16.tar.gz))
to play.
You can make script file such that...
---------------------------------------------------------------------
#! /bin/csh
setenv ANGBAND_X11_FONT '-*-*-medium-r-normal--24-*-*-*-*-*-iso8859-1'
hengband -- -n
---------------------------------------------------------------------
to change font.
Or you can set ANGBAND_X11_FONT_n for specific window which have window number n.
Location of windows are ANGBAND_X11_AT_X_n, and ANGBAND_X11_AT_Y_n.
Size of windows are ANGBAND_X11_COLS_n, and ANGBAND_X11_ROWS_n.
8x8 tile graphics file is included in source archive.
16x16 tile graphics file is not. You need heng-graf-16x16.tar.gz.
Use extra option '-- -a' to use 16x16 tile.
hengband-dev@lists.sourceforge.jp