Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.03 KB

File metadata and controls

13 lines (7 loc) · 1.03 KB

Learn more: Slice Stack

Slice Stack is an Android mobile game that emphasizes mobile optimization and complex runtime mathematics. Developed in C#, the core mechanic revolves around procedural mesh slicing, requiring highly optimized logic to maintain high frame rates on mobile devices. The backend architecture supports a highly scalable progression system, haptic feedback, and persistent data management for an engaging user experience.

Core Features:

  • Procedural Mesh Slicing: Engineered complex mathematical algorithms in C# to dynamically slice 3D meshes at runtime while preserving mobile performance.

  • Mobile Hardware Integration: Integrated native Android features, including custom haptic feedback, to enhance game feel and user immersion.

  • Scalable Progression Systems: Architected a robust internal economy and structured logic loop to handle leveling, unlocking, and persistent user states.

Tech Stack: C#, Unity, 3D Mathematics, Mobile Development