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

please drain input on game end #14

Closed kilobyte closed 6 years ago

kilobyte commented 6 years ago

When the game ends, any pending keys you had pressed as you died remain in the input buffer, and once the Game Over screen goes away, they get received by whatever shell you started piu-piu from.

Thus, it'd be nice if you drained input.

vaniacer commented 6 years ago

Hi! Done.