11 comments

[ 4.1 ms ] story [ 34.5 ms ] thread
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.

Works also well on Windows (lxss), though the FPS is not too high.
The name of the game seems to be a pun on the PPSh, a WWII submachine gun.
It could also just be the phonetic spelling of "pew pew" in Russian.
And it is.

The 'sh' is only a hint about the language (shell).