← Back to Projects

Programming Project

The Disappearance of Mr. Findie

A mystery game about uncovering what happened to Mr. Findie.

Role: Gameplay Programmer

Tools: Unreal Engine 5.3.2, Blueprints

Duration: 4 weeks

The Disappearance of Mr. Findie screenshot

Overview

Project Description

Use this page to describe interactable objects, clue logic, puzzle flow, UI prompts, and any Blueprint systems you built.

Replace this placeholder text with your final write-up, design goals, challenges, and what you learned.

Technical Block

Technical Focus

  • Blueprint gameplay scripting
  • Interactable clue system
  • Puzzle progression
  • Player feedback and UI prompts

Picture Block

Screenshot / Render

The Disappearance of Mr. Findie screenshot

Use this block next to a technical or descriptive block when you want an image to explain the work visually.

Snippet Block

Code Snippet

// Blueprint projects can still use this area for pseudocode.
InteractableClicked(object)
    if object.hasClue:
        AddClueToNotebook(object.clue)
        UpdateObjective()

Description Block

What This Block Explains

Use this space to explain what is happening in the snippet or image beside it. This can be a short technical breakdown, a before/after explanation, a lighting note, a gameplay-system explanation, or a plain-language summary of your process.

You can duplicate these blocks later to pair more snippets, screenshots, and explanations together.

Gallery

Gallery & Process Images