Page 1 of 1

How to I run an exported game?

PostPosted: Sun Jun 13, 2010 5:42 pm
by NevenResnik
Hey. Please take a moment and help me out. I finished a little game and wanted to export it as an OS-X executable, but when it exports, I don't know how to run the file. Help, anyone? Please.

-Thanks a lot!

Re: How to I run an exported game?

PostPosted: Sun Jun 13, 2010 7:48 pm
by Scorpion50o1
what do u mean u dont know to run it dont u just double click it

Re: How to I run an exported game?

PostPosted: Mon Jun 14, 2010 5:14 pm
by Rux
^ Like he said. But it might not work if you didn't export it to the correct file type for your system.
|

Re: How to I run an exported game?

PostPosted: Wed Jun 16, 2010 10:44 am
by akr
NevenResnik wrote:Hey. Please take a moment and help me out. I finished a little game and wanted to export it as an OS-X executable, but when it exports, I don't know how to run the file. Help, anyone? Please.

-Thanks a lot!


On Mac OSX do the following on the exported game:

chmod +x exportedgame
./exportedgame

andreas