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