Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteboxdev/tutorial-defold
Tutorials of game design concepts and feature implementations in Defold game engine projects.
https://github.com/whiteboxdev/tutorial-defold
defold tutorial
Last synced: 3 months ago
JSON representation
Tutorials of game design concepts and feature implementations in Defold game engine projects.
- Host: GitHub
- URL: https://github.com/whiteboxdev/tutorial-defold
- Owner: whiteboxdev
- License: zlib
- Created: 2024-02-19T15:29:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-24T16:10:31.000Z (8 months ago)
- Last Synced: 2024-10-25T09:48:23.495Z (3 months ago)
- Topics: defold, tutorial
- Language: Lua
- Homepage:
- Size: 46.9 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-defold - Text-Based Defold Tutorials
README
# Defold Tutorials
Tutorials of game design concepts and feature implementations in Defold game engine projects.
Please click the ☆ button on GitHub if this repository is useful or interesting. Thank you!
## Table of Contents
Each tutorial is assigned a **category**, which describes its overarching impact:
* **Quality of Life** tutorials are user-friendly features that improve the robustness or intuitiveness of a game.
Some tutorials include demos in the form of functional Defold game engine projects that you can download, launch, and analyze.
| Tutorial | Category | Description | Includes Demo |
| -------- | -------- | ----------- | :-------------: |
| [Window Geometry](https://github.com/whiteboxdev/tutorial-defold/tree/main/window_geometry) | Quality of Life | How to save, load, and apply window geometry data. | ✅ |