Back to Work

Award-winning solo VR systems case study

Honey & Hemlock

A cozy VR potion-brewing game with a cosmic horror twist, built solo in 6 days for VR Jam 8.

Solo developer VR Jam 8 · 6-day jam 1st Enjoyment · 1st Presentation · 2nd Theme Unity · C# · XR Interaction Toolkit · ScriptableObjects · Timeline · URP
Honey & Hemlock Gameplay Reel

Overview

Honey & Hemlock is a VR potion shop built around tactile ingredient handling: dropping dry ingredients, pouring liquids, squeezing drops, stirring, and serving customers. The project combines cozy shop interaction design with a short cosmic horror sequence, giving the jam theme a mechanical and atmospheric payoff.

This is the strongest opener in the portfolio because it shows solo ownership across concept execution, VR interaction design, gameplay systems, data architecture, narrative flavor, polish, and final delivery.

My Role

I built the full playable experience: VR interactions, recipe logic, customer flow, ScriptableObject data, Timeline sequence, audio-synced stimuli, and final polish.

Key Systems

Ingredient Delivery

I built three ingredient delivery paths so potion-making felt tactile instead of menu-driven: dry ingredient dropping, liquid pouring using dot product checks, and analog squeeze-to-drip input.

Recipe Filtering

I designed progressive recipe filtering that removes impossible recipes as ingredients are added. This kept validation responsive and gave the system a clean way to resolve player input without brute-force end-state checks.

Stirring Detection

I implemented angular velocity-based stirring detection using Atan2 , progress accumulation, and decay so the player had to perform a readable circular motion rather than simply collide with the cauldron.

Customer Flow

I created an event-driven customer system with entry, request, waiting, delivery, exit, and respawn states. The structure kept customer behavior decoupled from potion logic and supported rapid iteration during the jam.

Data And Narrative Variants

I authored ScriptableObject data for ingredients, recipes, and 24 customer story variants, giving the project enough content variation without hardcoding story and recipe state into scene logic.

Outcome

Honey & Hemlock won 1st Place for Enjoyment, 1st Place for Presentation, and 2nd Place for Use of Theme. More importantly, it demonstrates that I can take a VR concept from sketch to polished playable experience under a short deadline while keeping the systems maintainable.