I recently finished a pygame GUI program for a family member. I would like to share it on the web. Is there a platform I can use for this? Is there a way to use flask for the Ideally I would have my normal pygame program, except web hosted. I have looked at "tinker" but there is a premium plan I have to buy in order to use it. Please tell me if you have any solutions.
Asked
Active
Viewed 36 times
0
-
By "web hosted" do you mean you want your pygame playable in the browser? – Iain Shelvington May 08 '22 at 03:44
-
to clarify, yes I would like my pygame playable in a browser. I considered replit, but I was looking for a solution which followed something more along the lines of a playable game with no code on the side, or other distractions. hopefully i'm not being too selective. – Drand May 08 '22 at 04:16
-
@Drand host your own website using ngrok or something and then just put an interactive ide with your code. Or just use replit... – Thornily May 08 '22 at 04:49
-
You could look at [kengi](https://github.com/gaudiatech/kengi) which is built on pygame. – import random May 09 '22 at 14:55