# Defold A-Z

- [What is Defold?](/defold-a-z/what-is-defold.md)
- [Why Defold?](/defold-a-z/why-defold.md)
- [Defold History](/defold-a-z/defold-history.md)
- [Editor Tour](/defold-a-z/editor-tour.md): A guided tour through the features of the Defold Editor.
- [File Formats](/defold-a-z/filetypes.md): A list of all file types related to working with Defold.
- [game.project](/defold-a-z/game.project.md): Description of all features related to the game.project master project file.
- [Defold Tips](/defold-a-z/defold-tips.md)
- [Anchored GUIs](/defold-a-z/defold-tips/anchored-guis.md): Do you want groups of GUI elements to be anchored to a corner of your game's screen? You'll need to do something which may not be obvious to you at first to make the GUI elements look right.
- [GUIs for Window Size](/defold-a-z/defold-tips/guis-for-window-size.md): Reference your game's window size when editing a collection.
- [Pixel Art Assets](/defold-a-z/defold-tips/pixel-art-assets.md)
- [Lua Tips](/defold-a-z/lua-tips.md)
- [Lua Tables](/defold-a-z/lua-tips/lua-tables.md): Learn useful information about Lua Tables!
- [About math.random()](/defold-a-z/lua-tips/about-math.random.md)
- [Randomly 1 or -1](/defold-a-z/lua-tips/randomly-1-or-1.md)
- [Lua Modules](/defold-a-z/lua-tips/lua-modules.md): How to create and use Lua modules.
- [Global Scope](/defold-a-z/lua-tips/global-scope.md)
- [Running Projects](/defold-a-z/running-projects.md)
- [Bundling Projects](/defold-a-z/bundling-projects.md)
- [Releasing Projects](/defold-a-z/releasing-projects.md)
- [Command Line Tools](/defold-a-z/command-line-tools.md)
- [Debugging Projects](/defold-a-z/debugging-projects.md)
