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 (0)*, x86_64 (4)* | Amazonlinux 2023 (31 downloads) |
![]() |
aarch64 (21)*, ppc64le (15)*, x86_64 (17)* | Centos-stream+epel-next 8 (64 downloads) |
![]() |
aarch64 (1)*, ppc64le (8)*, s390x (9)*, x86_64 (6)* | Centos-stream+epel-next 9 (28 downloads) |
![]() |
aarch64 (36)*, ppc64le (16)*, x86_64 (36)* | Centos-stream 8 (59 downloads) |
![]() |
aarch64 (23)*, ppc64le (19)*, s390x (20)*, x86_64 (36)* | EPEL 8 (54 downloads) |
![]() |
aarch64 (12)*, ppc64le (18)*, s390x (17)*, x86_64 (9)* | EPEL 9 (48 downloads) |
![]() |
aarch64 (17)*, ppc64le (14)*, s390x (13)*, x86_64 (35)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (12)*, ppc64le (4)*, s390x (7)*, x86_64 (9)* | Fedora 40 (37 downloads) |
![]() |
aarch64 (12)*, ppc64le (4)*, s390x (8)*, x86_64 (24)* | Fedora 41 (24 downloads) |
![]() |
aarch64 (5)*, ppc64le (4)*, s390x (4)*, x86_64 (4)* | Fedora 42 (3 downloads) |
![]() |
aarch64 (7)*, ppc64le (13)*, s390x (7)*, x86_64 (4)* | Fedora rawhide (81 downloads) |
![]() |
aarch64 (15)*, s390x (4)*, x86_64 (23)* | Rhel 8 (60 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