-
Notifications
You must be signed in to change notification settings - Fork 288
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. Sources:
- Overload 1.4: Coming soon Builds:
- latest
A short puzzle demo game that demonstrates game development workflows and mechanics using Overload. Sources:
- Overload 1.4: Coming soon Builds:
- latest
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.5, look for the made-for-overload-v1.5 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.5if 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.
- Check your Overload version
- Navigate to the desired sample project repository
- Use Git tags to find the appropriate version
- Clone or download the compatible version
- Follow the project's README for setup instructions