Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defold/defold-examples
Defold Examples
https://github.com/defold/defold-examples
defold
Last synced: 3 days ago
JSON representation
Defold Examples
- Host: GitHub
- URL: https://github.com/defold/defold-examples
- Owner: defold
- License: other
- Created: 2016-09-26T13:08:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T13:43:52.000Z (27 days ago)
- Last Synced: 2025-01-22T18:05:55.489Z (10 days ago)
- Topics: defold
- Language: Lua
- Size: 11.3 MB
- Stars: 155
- Watchers: 34
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Defold examples
Welcome to the Defold examples repo. Here you find a variety of Defold projects that you can use for study or as a base for your own work. If you want to scavenge them for assets that's fine too.
## How am I allowed to use these assets?
Refer to [LICENSE.txt](/LICENSE.txt)
## How do I include the assets in my projects?
If you are not comfortable using Git, you can download any of the examples separately in a
zip archive.* Create a new project in Defold and open it in the editor
* Right-click "game.project" in the *Project Explorer* and select *Show in Finder* (Mac) or *Show in Explorer* (PC)
* Download and unpack the examples archive you want
* Drag the contents of the archive to the location of the new project in the Finder/Explorer and replace the files in the project
* The editor will pick up the new files and you are ready to goAlternatively you can add a project as a library dependency in a project. Add the zip url to the
"dependencies" in the *project* section in "game.project".If you have any questions about these examples, please don't hesitate to visit [the Defold forum](http://forum.defold.com).
## Alien World
Alien World is a complete game art pack to make a fantastic sci-fi platform metroidvania game in the style of the 16-bit console era. It includes everything you need, from seamless loopable backgrounds, tillable sprites, sci-fi props, some fearful enemies, mysterious NPC’s and of course a Daring Hero.
by Luis Zuno
web: http://ansimuz.com/
twitter: https://twitter.com/ansimuzDownload or library use: https://github.com/defold/defold-examples/releases/download/0.2.0/alien-world.zip
![Alien World](alien-world/preview.png?raw=true)
## War Battles
War Battles is a complete game art pack to make a sci-fi RTS game in the style of the 16-bit console era. It includes everything you need, from environment tilemaps, unit sprites, resource sprites, HUD elements, icons and effects.
by Luis Zuno
web: http://ansimuz.com/
twitter: https://twitter.com/ansimuzDownload or library use: https://github.com/defold/defold-examples/releases/download/0.2.0/war-battles.zip
![War Battles](war-battles/preview.png?raw=true)
## Ocean Commotion
A test-bed for toying with match-3 game mechanics. It is currently partially modelled after "Candy Crush" with implementation of a few boosters and a bomb.
![Ocean Commotion](ocean-commotion/preview.png?raw=true)
Download or library use: https://github.com/defold/defold-examples/releases/download/0.2.0/ocean-commotion.zip
## Magic Link
A simple game where the goal is to connect a set of magic spheres. Remove adjacent bricks
of the same color to create space for the spheres to move.There is a tutorial on how to build this game step by step from scratch at http://www.defold.com/tutorials/magic-link/
Download or library use: https://github.com/defold/defold-examples/releases/download/0.2.0/magic-link.zip
![Magic Link](magic-link/preview.png?raw=true)
## Examples
A handful of isolated examples showcasing various aspects of the Defold engine.
Graphics by Kenney
web: http://kenney.nlDownload: https://github.com/defold/defold-examples/releases/download/0.2.0/examples.zip
![Examples](examples/preview.png?raw=true)