-1

I have a simple question. Lets say I have been making a game, and I wanted some of my friends to be able to download it online. Do they have to have pygame and python installed on there computer to download it?

The reason I asked this simple question is because I am thinking about releasing it for the general audience in future, and if they can't download due to not having pygame, I will not probably get much feedback or success.

Thank you very much.

M.sh
  • 157
  • 1
  • 9
HALLOPEOPLE
  • 167
  • 3
  • 16

1 Answers1

1

I'd recommend packaging or compiling your game to a standalone executable. Take a look at PyInstaller

Or, take a look at this thread, there are many other methods for doing this.

Community
  • 1
  • 1
hacoo
  • 121
  • 6