How do you save a game??? :-?
I have created a maze game, and I want to post it on the internet. How do I save it. [!]
How do you save a game??? :-?
I have created a maze game, and I want to post it on the internet. How do I save it. [!]
Do you mean to create an .exe?
If so, select ‘make runtime’ from the file menu. Then copy all the .dll’s from the blender program folder into the same folder as your .exe file, then zip it all up.
EDIT: you dont usually need ALL the DLL’s, usually just SDL.DLL and PYTHON24.DLL or PYTHON23.DLL depending which version you use.
If you dont mind other people seeing your work, you can just save the normal .blend file and distribute that.
Where do I find the DLL’s???
Sorry I know this is a complete n00b question but i need to know.
Do I have to make one, or how do I get one???
i copied them from the place where I installed blender maybe it works for you too
They’ll be in the same place as where Blender is installed on your computer.
the dll’s are found in the folder blender is installed in, typically C:\Program Files\Blender Foundation\Blender\
ha, you beat me to it 
OK!!! :<
Now I am frustrated!!! How do I copy files to the folder!!!
Someone right a minitut or find me a big tut( I’ll try myself) or even write a big tutorial.I am desperate.
Do I have to create a folder, or is there one there already??
Assuming you’re on windows: Locate the dlls where blender is installed like has been said before (use the search feature if you cant find it otherwise), Select them, Right click, click Copy on the menu that pops up, Go to the folder where your game’s .exe is located, right click in an empty space, Click paste. To post it online, right click, click new…Zip folder, drag your exe and dlls into this zip. Upload the zip file somewhere.
Thanks!!!