dolanmiu / flappy-bird-client

A phaser remake of flappy bird
https://dolanmiu.github.io/flappy-bird-client
MIT License
4 stars 3 forks source link

how to keep server and client runing ? #5

Open matrixreal opened 7 years ago

matrixreal commented 7 years ago

hi, i would like to install the game on a vps but how can i keep the server and client runing even after close the ssh terminal ? thank you

dolanmiu commented 7 years ago

I am not sure about this, never used a VPS before

matrixreal commented 7 years ago

this is possible using pm2 when i use pm2 i use the command pm2 start bundle.js but ti not work just how you keep it running on your server ?

dolanmiu commented 7 years ago

I use Heroku, they do it for me, I don't touch the server at all. i hate setting up servers

matrixreal commented 7 years ago

ok thank you last question is the map limited ? because when i got score 40 points there are no more pipes ... strange

dolanmiu commented 7 years ago

It should procedurally generate more pipes, if not, then that is a bug

matrixreal commented 7 years ago

can you please kindly fix it ?

dolanmiu commented 7 years ago

When I get time i will