Book Image

Construct 2 Game Development by Example

By : John Bura
Book Image

Construct 2 Game Development by Example

By: John Bura

Overview of this book

Table of Contents (16 chapters)
Construct 2 Game Development by Example
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Where to Go from Here
Index

Exporting to an HTML5 website


The most basic form of exporting your game will be to an HTML5 website. This HTML5 website functions much like a website for any other purpose. The main file here is the index. However, before you do all of that, you need to click on the export button. You can press F6 or you can go to Export Project under the File menu. The following screenshot shows the export window that will come up:

This window is where you can choose the platform you are going to export to. As you can see, there are different areas that you can export to. The most basic one you are going to export to is the HTML5 website. You will probably do this most often. Select the HTML5 website and click on the Next button, as shown in the preceding screenshot. For most projects, you will need to find a folder to export to. In this case, you will export the folder to the desktop. This way, you can easily drag it to Dropbox or any other website. The contents of the folder will be different, depending...