You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 d…
Alien invasion! Where are they coming from? Let's shoot them all down first then asks questions.
This large mother ... ship is you primary target, but first fight through 100 or more of smaller ones.
Our engineers scanned the remains of the mothership and found some Martian dust. Now we know that they came from Mars,
but their goals are not clear. We could squeeze some information out of the main ship's crew, but they didn't survive...
And the small ones was just an automated strike drones. We have no other choice but to visit them on their home planet.
Our Starship is already on the launch pad, do not waist more time, the Mars is calling!
The game written in pure bash. It supports multiplayer modes team and duel. Netcat used for client-server exchange in multiplayer mode.
So it has to be installed in the system if you wish to play with friend. Terminals on both hosts has to be of equal dimensions
for better visual experience.
On Ubuntu starting from version 18.04 you can install it with apt, but it's not the latest version(
sudo apt install -y piu-piu
Feel free to support the project!)
About
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 d…