https://github.com/jaymoulin/docker-piu-piu
Old school horizontal shooter in your terminal - Docker image (multiarch)
https://github.com/jaymoulin/docker-piu-piu
docker docker-image game multiarch raspberry-pi raspberry-pi-3 raspberrypi shell
Last synced: 4 months ago
JSON representation
Old school horizontal shooter in your terminal - Docker image (multiarch)
- Host: GitHub
- URL: https://github.com/jaymoulin/docker-piu-piu
- Owner: jaymoulin
- Created: 2017-12-29T15:18:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-26T16:07:07.000Z (10 months ago)
- Last Synced: 2025-08-26T22:28:27.008Z (10 months ago)
- Topics: docker, docker-image, game, multiarch, raspberry-pi, raspberry-pi-3, raspberrypi, shell
- Language: Dockerfile
- Homepage: https://brands.jaymoulin.me/me/docker-piupiu
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
> [!CAUTION]
> As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support my work.
# piu-piu-SH
[](https://www.paypal.me/jaymoulin)
[](https://www.buymeacoffee.com/jaymoulin)
[](https://www.ko-fi.com/jaymoulin)

This is an Old School horizontal scroller 'Shoot Them All' game in bash.
This Docker image is based on [Vaniacer's piu-piu SH](https://github.com/vaniacer/piu-piu-SH)
Docker Usage
------------
Build your own image
```
docker build -t piu-piu .
```
Run already compiled image
```
docker run --rm -ti --net=host jaymoulin/piu-piu
```