Defold Example Projects
#defold #sample #example #gamedev #starter #template

Mikael Säker 2476bb96a6 Merge branch 'AGulev-master' 8 年之前
assets ded1f200a4 Initial commit. 8 年之前
examples df37c0fe0a Merged AGulev's example and cleaned up naming. 8 年之前
input ded1f200a4 Initial commit. 8 年之前
.gitignore ded1f200a4 Initial commit. 8 年之前
README.md 7c9f3e658f Fixed link in README. 8 年之前
game.project ded1f200a4 Initial commit. 8 年之前
gulpfile.js ded1f200a4 Initial commit. 8 年之前
package.json ded1f200a4 Initial commit. 8 年之前
publish.sh 093009010c Bob is pulled from latest SHA1 8 年之前

README.md

Defold examples

This repository includes the Defold examples application and the tools used to explode the app to the examples section on https://www.defold.com/examples

Dependencies

Node.js and Gulp:

$ brew install node
$ npm install gulp-cli -g
$ npm install

Edit and preview

$ gulp watch

Builds all documentation for preview and opens a browser pointing to the build root. Edits to any .md manual or image is detected, rebuilt and reloaded in browser.

Build and publish

$ ./publish_sh

Builds the HTML5 application with "bob". Publishing documentation to GCS is done with the gsutil which is part of the Google Cloud SDK. It's automatically installed if needed.