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
738 stars 36 forks source link

Check bash version berfore running game #12

Closed Self-Perfection closed 6 years ago

Self-Perfection commented 7 years ago

Check if running under recent enough bash version before permorming complex stuff. Should help lots of users to figure out why the game is not working, most notably MacOS users which appears to have ancient bash by default.

Fixes #8

vaniacer commented 6 years ago

Did it my way)