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 |
---|---|---|
Amazonlinux 2023 | aarch64 (0)*, x86_64 (0)* | Amazonlinux 2023 (23 downloads) |
Centos-stream+epel-next 8 | aarch64 (7)*, ppc64le (1)*, x86_64 (0)* | Centos-stream+epel-next 8 (55 downloads) |
Centos-stream+epel-next 9 | aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (2)* | Centos-stream+epel-next 9 (23 downloads) |
Centos-stream 8 | aarch64 (10)*, ppc64le (1)*, x86_64 (8)* | Centos-stream 8 (53 downloads) |
EPEL 8 | aarch64 (7)*, ppc64le (5)*, s390x (6)*, x86_64 (9)* | EPEL 8 (48 downloads) |
EPEL 9 | aarch64 (0)*, ppc64le (0)*, s390x (4)*, x86_64 (1)* | EPEL 9 (42 downloads) |
Fedora 39 | aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (11)* | Fedora 39 (42 downloads) |
Fedora 40 | aarch64 (0)*, ppc64le (0)*, s390x (2)*, x86_64 (6)* | Fedora 40 (30 downloads) |
Fedora 41 | aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (6)* | Fedora 41 (13 downloads) |
Fedora rawhide | aarch64 (0)*, ppc64le (5)*, s390x (1)*, x86_64 (0)* | Fedora rawhide (69 downloads) |
Rhel 8 | aarch64 (3)*, s390x (0)*, x86_64 (7)* | Rhel 8 (52 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