[–] andrewshadura 8y ago ↗ To 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/ [–] [dead] XmasHijinx 8y ago ↗ Google translated to English works too.
[–] coding123 8y ago ↗ 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. [–] mukundmr 8y ago ↗ 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. [–] imglorp 8y ago ↗ 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.
[–] mukundmr 8y ago ↗ 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.
[–] imglorp 8y ago ↗ 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.
[–] Koshkin 8y ago ↗ The name of the game seems to be a pun on the PPSh, a WWII submachine gun. [–] [dead] XmasHijinx 8y ago ↗ Pew pew SHSH is shell. [–] p7IDD243 8y ago ↗ It could also just be the phonetic spelling of "pew pew" in Russian. [–] lstodd 8y ago ↗ And it is.The 'sh' is only a hint about the language (shell).
[–] p7IDD243 8y ago ↗ It could also just be the phonetic spelling of "pew pew" in Russian. [–] lstodd 8y ago ↗ And it is.The 'sh' is only a hint about the language (shell).
[–] zenojevski 8y ago ↗ Not as spectacular, but allow me to plug my Arkanoid clone for bash:https://github.com/zenoamaro/arkanoid.sh
11 comments
[ 4.1 ms ] story [ 34.5 ms ] threadhttps://habrahabr.ru/post/335960/
https://habrahabr.ru/post/337896/
That said, it's nicely commented.
SH is shell.
The 'sh' is only a hint about the language (shell).
https://github.com/zenoamaro/arkanoid.sh