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

feedback that you got hit #15

Closed kilobyte closed 6 years ago

kilobyte commented 6 years ago

The hitbox of the helicopter is quite unobvious. It's somewhat hard to notice when you get and when you don't get hit — the only way is to watch that small "Lives" number in the top line. Thus, it'd be nice if the player's sprite reacted somehow: make it "wince", show an explosion, something of this kind.

vaniacer commented 6 years ago

Ok I'll think something.

vaniacer commented 6 years ago

Add a lot of explosions when player got hit to make it more obvious.