https://github.com/matsuu/docker-hengband
Dockerfile for 変愚蛮怒(hengband)
https://github.com/matsuu/docker-hengband
docker dockerfile hengband roguelike
Last synced: about 1 month ago
JSON representation
Dockerfile for 変愚蛮怒(hengband)
- Host: GitHub
- URL: https://github.com/matsuu/docker-hengband
- Owner: matsuu
- License: mit
- Created: 2022-11-12T12:55:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T15:49:18.000Z (about 2 months ago)
- Last Synced: 2025-03-26T16:40:31.231Z (about 2 months ago)
- Topics: docker, dockerfile, hengband, roguelike
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
matsuu/hengband
===============Dockerfile for 変愚蛮怒(hengband)
## Container Image
* Docker Hub [matsuu/hengband](https://hub.docker.com/r/matsuu/hengband/)
* GitHub Container Registry [ghcr.io/matsuu/hengband](https://github.com/matsuu/docker-nethack/pkgs/container/hengband)## Usage
docker pull matsuu/hengband:latest
### tty
docker run -it matsuu/hengband
### x11
xhost +
docker run -d matsuu/hengband -mx11fontsize 24pt:
docker run -d -e ANGBAND_X11_FONT=monospace-24 matsuu/hengband -mx11
### Help
docker run --rm matsuu/hengband --help
## Build-It-Yourself
git clone https://github.com/matsuu/docker-hengband.git
cd docker-hengband
docker build -t hengband .
docker run -it hengband## References
* [変愚蛮怒 公式WEB](https://hengband.github.io/)
* GitHub [matsuu/docker-hengband](https://github.com/matsuu/docker-hengband)
* Docker Hub [matsuu/hengband](https://hub.docker.com/r/matsuu/hengband/)
* GitHub Container Registry [ghcr.io/matsuu/hengband](https://github.com/matsuu/docker-nethack/pkgs/container/hengband)