Skip to content

Sample Projects

Adrien Givry edited this page Jun 13, 2025 · 13 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.

image

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

Project files (recommended)

Playable builds (less frequently updated)

image

A short puzzle demo game that demonstrates gameplay mechanics built using Overload.

Project files (recommended)

Playable builds (less frequently updated)

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.6, look for the made-for-overload-v1.6 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