vaniacer / piu-piu-SH

This is an Old School horizontal scroller 'Shoot Them All' game in bash. With multiplayer modes team and duel. You have to defeat 100 aliens to fight with Boss. I'm using netcat for client-server exchange in multiplayer mode. So netcat have to be installed on system if you wish to play with friend. Terminals on both hosts have to be with equal dimensions.
MIT License
736 stars 36 forks source link

Installation Instructions #19

Closed RottenRonnie closed 6 years ago

RottenRonnie commented 6 years ago

I'm a new enough user to need install instructions for a debian based distro.

umutkacar commented 6 years ago

@RottenRonnie there you go; git clone https://github.com/vaniacer/piu-piu-SH.git cd piu-piu-SH ./piu-piu

RottenRonnie commented 6 years ago

That will teach me not to list or cat the files.

Thank you.