Vincent Schwier
← Back to Portfolio
✦ Finished Solo Developer

Last Chance

Singleplayer Puzzle · Unreal Engine · Blueprints

UnrealBlueprintsPuzzleSystems Design
Last Chance

Project Overview

Last Chance is a singleplayer puzzle game built in Unreal Engine with a focus on modular Blueprint-based systems. The project was a deliberate exercise in clean architecture — designing reusable components that could be combined in different ways to create varied puzzles.

What I Built

  • Modular Blueprint architecture — each puzzle element is a self-contained component
  • Reusable interaction components usable across all puzzle types
  • Clean separation of gameplay logic from presentation
  • Scalable level design foundation for adding new puzzle types quickly

Key Takeaway

This project reinforced how important modular design is even in singleplayer titles. Reusable interaction components cut level iteration time significantly — a lesson that carries directly into multiplayer systems design.