Time for action — exporting our game
In these next steps, we'll be making our project playable on other computers that don't have Construct installed. This is important to ensure everyone can play our game.
1. In Construct, open the Project ribbon tab at the top of the screen, as in the following screenshot:
2. Click on the button that says Export to EXE. You will see the following screen. We do not need to check the Enable python option, as we did not use any Python scripting in our game. In most cases, we will never need to use
Python
in our games.3. Click on Next to skip the screen, and we will now see the options shown in the following screenshot:
4. Click Browse to choose the folder you would like to export the program to. Create a brand new folder named
Game
, and then enter it before entering the filenameMyPlatformer
and clicking Save.5. Now we return to the following screen. Click on Finish to export the game.
6. We then see an export bar similar to the following screenshot:
7...