Time for action — creating the basic file structure
Ok, set up the development folder with the following steps:
- Create a new project folder with a name you choose, such as
At the docks, for example. - Load the
baseScript.monkey file, which holds the basic code structure for our game. - Change the information at the top of the script to your data, and save it under a name you choose, inside the new folder you created before.
- Create a new
yourGameName.data folder inside the project folder. - Copy the resources from the
atthedocks.data folder inside your own data folder. - Now, build and run an HTML5 project.
You have set up the directory and file structure for the game. And you have built an HTML5 project that will help you further on. But wait, we need to do something so we can test conveniently on your development machine.