Live data from Hacker News

Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash

github.com

1–10 of 12 posts

Re: Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash

#3
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.

Re: Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash

#5

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.

Re: Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash

#9

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.

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.

Post reply on HN