Skip to content

Sample Projects

Adrien Givry edited this page May 24, 2025 · 14 revisions

Overload includes several sample projects designed to help you explore the engine's capabilities and get started with development. These projects demonstrate key features and serve as practical learning resources.

Available Samples

A comprehensive demonstration project that showcases Overload Engine's core features and capabilities.

  • For Overload v1.5
  • For Overload v1.4

A short puzzle demo game that demonstrates game development workflows and mechanics using Overload.

  • For Overload v1.5
  • For Overload v1.4

Using Sample Projects

Version Compatibility

Before downloading or cloning any sample project, verify your Overload version to ensure compatibility. Sample projects are maintained for the latest release, but previous versions remain accessible through Git tags.

Finding the Right Version

Each sample project uses a structured tagging system to track version compatibility:

Tag Format: made-for-overload-v{version}

Example: For Overload v1.5, look for the made-for-overload-v1.5 tag.

Getting the Latest Updates

Tags mark major version upgrades, but projects may receive updates between versions. To find the most recent update for your Overload version:

  1. Locate the tag for the next version (e.g., made-for-overload-v1.5 if you're using v1.4)
  2. Navigate to the commit immediately before that tag
  3. This represents the latest update compatible with your version

Example: For the latest Overload v1.4 compatible version, find the made-for-overload-v1.5 tag and use the previous commit.

Clone this wiki locally