Need Help Getting Python-made Games Online?

Started by
1 comment, last by yaio 9 years, 8 months ago

I have made some simple python games, but I am having difficulty getting my game "out there". Does anyone have suggestions as to getting Python games online so that anyone can play them? (Not just people who have python downloaded on their computer) I really like coding on python but I feel like I lack knowledge in game distribution. In other words, I have my python game, where do I go from there?

Advertisement

max, I moved your post to Business, because now you are talking about getting published or distributed (that's not a project management function, that's entering business with your finished product). I'll have to let others answer your question because I don't have that kind of knowledge.

-- Tom Sloper -- sloperama.com

Hi maxamillion, you can consider several solutions. For example, you could build standalone executables by using programs like PyInstaller, cx_Freeze... If you are specifically interested in browser games, Panda3D offers a browser plugin which allows you to play your game into a browser.

[ About me ]

This topic is closed to new replies.

Advertisement