Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash(github.com)
github.com
Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash
https://github.com/vaniacer/piu-piu-SH
11 comments
If it wasn't working for you locally in your mac, and you have docker you can do the following:
docker run -it ubuntu bash
apt-get update
apt-get install wget
wget https://github.com/vaniacer/piu-piu-SH/raw/master/piu-piu
chmod +x piu-piu
./piu-piu
Controls are WASD for arrows and P for select or shoot.It works fairly ok on macOS. Just get Homebrew to install latest version of the bash shell and then use that to execute the script.
Probably wise to run in a vm or container anyway, running random shell code on your machine that does "nc" and "ls" among other things.
That said, it's nicely commented.
That said, it's nicely commented.
Not as spectacular, but allow me to plug my Arkanoid clone for bash:
https://github.com/zenoamaro/arkanoid.sh
https://github.com/zenoamaro/arkanoid.sh
The name of the game seems to be a pun on the PPSh, a WWII submachine gun.
Works also well on Windows (lxss), though the FPS is not too high.
https://habrahabr.ru/post/335960/
https://habrahabr.ru/post/337896/