Is there anyway to host a BombSquad server on Glitch?

I’ll look at my code and see how I ran it, but how I did it I didn’t need root access

2 Likes

Ah ha! I found what has been going on.
pip was installing to the Python2 directory not Python3 which is what the server software uses
Working on a fix right now

1 Like

Can you let me know what tunnel service you are using??

1 Like

I am using ngrok. There’s a JS localhost tunnel npm module but not using it atm because I need to make sure the server works first. Anything will be fine!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.