/godot-game-template-1

Opinionated game template for Godot 3.3

Primary LanguageGDScriptMIT LicenseMIT

game-template-overview

🌟 You make games, the template handles the boring stuff.

Godot Download badge GitHub release (latest by date) GitHub workflow status GitHub wiki

Features

  • Continuos Integration:
    • Automatic desktop build (linux, windows, osx, HTML5)
    • Automatic HTML5 deploy to Github pages
    • Automatic HTML5 deploy to itch.io
    • Automatic Android builds
  • Scenes loading with graphic transitions (fade-in/out)
    • You can still play individual scenes for quick development
    • Input prevention during scene changes
    • Singlethread & Multithread
  • Game pause handling
  • .gitignore
  • Follows official GDScript guidelines (tested with gdlint)
  • Compatible with other Godot addons

Contributors

Many features were implemented only thanks to the help of:

Also many tools were already available in the open source community, see the Thanks section.

Changelog

Used by

Start a project with Godot Game Template

  1. 💻 Click here to create a repo using this template
  2. Clone the new repository on your PC
  3. Open the project in Godot Engine (GDScript) and create your game!

Read the wiki to learn more about the template. Eg: how to use automatic HTML5 deploy.

Disclaimer

This is not an official Godot template.

It's an opinionated project that I built to ease my game development workflow.

Contributing

Development of new versions is made on the dev branch.

If you want to help the project, create games and feel free to report any issue.

If you want to add more features, please open an issue before and let's discuss. I want to keep this template small, focused and easy to use.

Thanks