Poole John
@Mantaray06
Mantaray lover, and Game pro
0
Documents on various topics
I would like this repl to become know to everyone and I hope people will read the documents themselves because they do hold more information that you might think1
1
0
I know how to make the web side of the game but I don't know how to do a lot of the other stuff. I am searching for a programmer willing to take time
PHP Web Server
I made a php web server repl to make a game (similar to mrush.net) and I took some programming from my friends repl where we tried to make it and I fe
PHP Web Server
BuddyRaider @CodingElf66's answer was on the right track, but rather than
run="main.py"
You need to specify to run "main.py" with "python" as a Python file is not a standalone application:
run="python main.py"
`1 year ago
CodingElf66 There is actually a way to do it!
If you create a PHP web server, you can then create a .replit file. Inside, attach the following code:
run = "main.py"
Then, in your main.py file, just put something in!
Now you can mark it as answered, thanks so much!1 year ago
SixBeeps So you want to host your server from that Python file instead of in PHP? Is there a reason why you don't want to make a new Repl for it?
Also, here's how to use the .replit file.1 year ago