-
Notifications
You must be signed in to change notification settings - Fork 271
Sample Projects
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.
A comprehensive demonstration project that showcases Overload Engine's core features and capabilities.
A short puzzle demo game that demonstrates gameplay mechanics built using Overload.
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.
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.
Tags mark major version upgrades, but projects may receive updates between versions. To find the most recent update for your Overload version:
- Locate the tag for the next version (e.g.,
made-for-overload-v1.5
if you're using v1.4) - Navigate to the commit immediately before that tag
- 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.