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

Add "run on replit" badge #23

Closed spencerpogo closed 4 years ago

spencerpogo commented 4 years ago

This is a really cool game!

I added a badge that allows users to run the game in the browser on repl.it. This is what it will look like: image image

vaniacer commented 4 years ago

Thank you!)

vaniacer commented 4 years ago

Got permission denied on run(

vaniacer commented 4 years ago

Fixit.

spencerpogo commented 4 years ago

@vaniacer the way it works is by cloning the repo and reading the .replit file so it won't work until its merged