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 (3)*, x86_64 (5)* | Amazonlinux 2023 (37 downloads) |
![]() |
aarch64 (27)*, ppc64le (22)*, x86_64 (22)* | Centos-stream+epel-next 8 (68 downloads) |
![]() |
aarch64 (4)*, ppc64le (10)*, s390x (9)*, x86_64 (6)* | Centos-stream+epel-next 9 (34 downloads) |
![]() |
aarch64 (39)*, ppc64le (18)*, x86_64 (41)* | Centos-stream 8 (65 downloads) |
![]() |
aarch64 (28)*, ppc64le (24)*, s390x (22)*, x86_64 (44)* | EPEL 8 (60 downloads) |
![]() |
aarch64 (14)*, ppc64le (18)*, s390x (18)*, x86_64 (11)* | EPEL 9 (53 downloads) |
![]() |
aarch64 (21)*, ppc64le (17)*, s390x (16)*, x86_64 (38)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (14)*, ppc64le (7)*, s390x (7)*, x86_64 (11)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (14)*, ppc64le (4)*, s390x (10)*, x86_64 (24)* | Fedora 41 (32 downloads) |
![]() |
aarch64 (6)*, ppc64le (5)*, s390x (5)*, x86_64 (12)* | Fedora 42 (11 downloads) |
![]() |
aarch64 (8)*, ppc64le (13)*, s390x (7)*, x86_64 (4)* | Fedora rawhide (89 downloads) |
![]() |
aarch64 (15)*, s390x (5)*, x86_64 (30)* | Rhel 8 (66 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