Description
JNetHack is based on a famous roguelike game, NetHack. And it is translated to Japanese, with some original features.
See JNetHack page
Installation Instructions
Install repo
sudo dnf copr enable whitehara/jnethack
Install package from repo
sudo dnf install jnethack
You should install font files if you want to run in GUI.
sudo dnf install jnethack jnethack-bitmap-fonts jnethack-bitmap-fonts-core
How to run
make ~/.jnethackrc file like below.
TTY mode
OPTIONS=color
OPTIONS=kcode:u
OPTIONS=windowtype:tty
X11 mode
OPTIONS=color
OPTIONS=kcode:u
OPTIONS=windowtype:x11
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (4)*, x86_64 (11)* | Amazonlinux 2023 (38 downloads) |
![]() |
aarch64 (29)*, ppc64le (34)*, x86_64 (39)* | Centos-stream+epel-next 8 (69 downloads) |
![]() |
aarch64 (5)*, ppc64le (15)*, s390x (16)*, x86_64 (9)* | Centos-stream+epel-next 9 (34 downloads) |
![]() |
aarch64 (52)*, ppc64le (31)*, x86_64 (54)* | Centos-stream 8 (67 downloads) |
![]() |
aarch64 (41)*, ppc64le (34)*, s390x (28)*, x86_64 (49)* | EPEL 8 (61 downloads) |
![]() |
aarch64 (26)*, ppc64le (18)*, s390x (28)*, x86_64 (15)* | EPEL 9 (53 downloads) |
![]() |
aarch64 (14)*, ppc64le (9)*, s390x (10)*, x86_64 (16)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (21)*, ppc64le (10)*, s390x (16)*, x86_64 (31)* | Fedora 41 (35 downloads) |
![]() |
aarch64 (7)*, ppc64le (9)*, s390x (10)*, x86_64 (16)* | Fedora 42 (12 downloads) |
![]() |
aarch64 (16)*, ppc64le (13)*, s390x (7)*, x86_64 (5)* | Fedora rawhide (91 downloads) |
![]() |
aarch64 (18)*, s390x (9)*, x86_64 (36)* | Rhel 8 (69 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable whitehara/jnethack
More info about enabling Copr repositories