The Challenge
Build a fast, responsive first-person climbing/platforming game in just 7 days. Movement had to feel tight and rewarding, physics needed to be polished, and the climbing flow had to maintain tension between safety and vertical danger. The game required strong feel-first programming under a very limited timeframe.
What I Built
I developed all core systems for the game’s movement and interaction flow. This included a custom Rigidbody-based controller with air control, drag tuning, and jump buffering to achieve responsive platforming feel. I created first-person camera controls with clamped vertical rotation and separated movement orientation for smoother input. I implemented accurate ground detection using raycasts, a unified UI interaction system using interfaces and raycasts, and optimized overall performance by caching references, minimizing physics calls, and keeping systems clean and modular for rapid iteration during the jam.
Technical Contributions
1. Physics-Based Movement System
Problem:
Achieve responsive first-person platforming controls that allow precision jumps while still using realistic physics.
Solution:
Built a full custom movement controller using Unity’s Rigidbody system with air control, drag handling, speed limiting, and ground detection.
Result:
Tight, smooth platforming with predictable momentum, strong ground control, limited air influence, and clean speed management.
2. Precision Camera Control System
Problem:
Create smooth first-person camera movement that works for platforming and avoids disorientation during fast motion.
Solution:
Implemented a mouse-look system with rotation clamping, separate orientation transform for movement, and proper cursor locking.
Result:
Smooth, responsive viewing control that enables precise landings and fast maneuvers without motion sickness.
3. Ground Detection System
Problem:
Prevent unreliable jumping behavior caused by uneven terrain, platform edges, and inconsistent collision detection.
Solution:
Implemented raycast-based ground check with correct height offset, layer masking, and dynamic drag switching.
Result:
Consistent, stable ground detection across all geometry, preventing false airborne states and double-jump exploits.
Results & Impact
Built a feature-complete 3D platformer prototype in just one week.
Delivered responsive, polished first-person controls that players highlighted as a strong point of the game.
Structured all systems with clean, modular architecture for easy debugging, testing, and future reuse.
Maintained stable performance throughout the full vertical level with no physics hitches or collision bugs.









