Hey Gautam,

As Vijay pointed out to a relevant SO thread, as an example I would point you 
to a game that I wrote some time back.

I have used

  *   pyinstaller for Linux based systems and
  *   cx_freeze for Windows based systems

for creating executables for my game.

Here is the GitHub link to the game in question 
https://github.com/prodicus/spaceShooter/blob/master/BUILDING_EXECUTABLE.rst

Cheers,
Tasdik Rahman
http://tasdikrahman.me/

On 25-Apr-2017, at 10:55 AM, Vijay Kumar B. 
<vijayku...@zilogic.com<mailto:vijayku...@zilogic.com>> wrote:

On Tuesday 25 April 2017 10:48 AM, Gautam Ramuvel wrote:
Good Morning all!

I have developed a simple 2D Game using Pygame module. But now I wish to have 
that game as a EXE file so that I can share it among my friends.

Please help me out.

There are multiple solutions for that pyinstaller, py2exe. Check this 
StackOverflow question: http://stackoverflow.com/q/28033003/1295013

Regards,
Vijay

_______________________________________________
Chennaipy mailing list
Chennaipy@python.org<mailto:Chennaipy@python.org>
https://mail.python.org/mailman/listinfo/chennaipy

_______________________________________________
Chennaipy mailing list
Chennaipy@python.org
https://mail.python.org/mailman/listinfo/chennaipy

Reply via email to