Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash
1–10 of 12 posts
Re: Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash
#2Re: Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash
#3 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
#4Re: Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash
#5If 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
#6To those who understand Russian, here are two blog posts (with screenshots) the author wrote on how he developed the game: https://habrahabr.ru/post/335960/ https://habrahabr.ru/post/337896/
Re: Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash
#7Re: Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash
#8The name of the game seems to be a pun on the PPSh, a WWII submachine gun.
SH is shell.
Re: Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash
#9If 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.
That said, it's nicely commented.
Re: Piu-Piu-Sh: ‘Shoot Them All’ Game in Bash
#10The name of the game seems to be a pun on the PPSh, a WWII submachine gun.