Step 3: Get Familiarized

Learn the purpose of all directories and files

Once you've downloaded the latest Monogatari release, take some time to get familiar with the files and directories inside it.

You can take a look at a more visual representation of the Monogatari project structure in this simple mind map.

Directories

You'll find some directories, here is what you should use them for.

Root Directory

Inside the main directory you'll find some pretty useful files.

More about what to do and how to use this specific files will come later as you read the documentation.

JS Directory

JavaScript is the programming language you'll be using in Monogatari, it is what makes all your game work.

Style Directory

CSS is the markup language used to style your game, from setting colors to improving the appearance, CSS is what will allow you do them all.

Last updated