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

Fix the error #2

Closed slavmetal closed 7 years ago

slavmetal commented 7 years ago

Bash says ./piu-piu: line 295: continue: only meaningful in a 'for', 'while', or 'until' loop

Removing continue actually works.

vaniacer commented 7 years ago

Yes, but 'continue' was added on purpose... I've changed it to 'return', that should fix it.