SUSU / PORTFOLIO
All work返回作品

Ludum Dare 59 · 72-Hour Jam · Co-design + Sole ProgrammerLudum Dare 59 · 72 小时 Jam · 联合设计 + 唯一程序

Respond to Signal 404

Unity · 2D Pixel Horror · Signal-Detection Puzzle

A 2D pixel-horror puzzle built in 72 hours. I co-designed the signal-detection mechanic, then shipped the entire game as the team's sole programmer — six people, three days, live on itch.io. 一款 72 小时做出来的 2D 像素恐怖解谜。我联合设计了信号检测机制,并作为团队唯一程序员把整个游戏落地——6 个人、3 天、已上线 itch.io。

Respond to Signal 404 — 2D pixel-art horror puzzle game

Design Goal设计目标

Turn "tuning a radio for a faint signal" into a tense horror puzzle — make careful listening the core verb, so dread builds out of the player's own attention rather than a jump scare.

把"调收音机找微弱信号"变成一个紧张的恐怖解谜——让"仔细听"成为核心动词,让恐惧从玩家自己的专注里长出来,而不是靠 jump scare。

Player Loop玩家循环

Sweep the signal → read the feedback → narrow in on the source → uncover the next fragment of the story → repeat under mounting dread.

扫描信号 → 读取反馈 → 逼近信号源 → 揭开下一段故事碎片 → 在不断累积的不安中重复。

🔧 The Build🔧 程序实现

On a six-person team I was the only programmer, so every gameplay system — signal detection, puzzle state, scene flow, UI — was mine to build in Unity 2022 (C#). I shipped a working WebGL build to itch.io inside the 72-hour window and co-handled the audio that carries most of the game's tension.

6 人团队里我是唯一程序员,所以每一个玩法系统——信号检测、解谜状态、场景流程、UI——都由我在 Unity 2022(C#)里实现。我在 72 小时内把可玩的 WebGL 版本发布到 itch.io,并联合负责承载了大部分张力的音频。

🎯 The Design🎯 设计思路

Co-designed with Cheng Min, the puzzle progression is built so each solved signal both advances the story and tightens the mood. The constraint of a jam — three days, one programmer — pushed the design toward one strong, legible mechanic rather than a pile of half-finished ones.

与 Cheng Min 联合设计,解谜流程让每解开一个信号既推进故事、又收紧氛围。Jam 的约束——3 天、1 个程序——逼着设计聚焦在一个强而清晰的机制上,而不是堆一堆做不完的功能。

Role角色

Co-designer (with Cheng Min) · sole programmer on a 6-person team · co-handled audio.

联合设计师(与 Cheng Min)· 6 人团队中唯一程序员 · 联合负责音频。

Scale规模

72-hour jam · 6-person team · public on itch + Ludum Dare for rating.

72 小时 jam · 6 人团队 · itch + Ludum Dare 公开评分。

Stack技术栈

Unity 2022 · C# · WebGL