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

too fast game #4

Closed ghost closed 7 years ago

ghost commented 7 years ago

On my Dell laptop game drawing to fast, and i can't use more than 1 key (keyboard key). I have checked, my laptop's keyboard sends up to 3 keys

vaniacer commented 7 years ago

Add 'cutting' to input var, that should fix it.