Hidden Warrior
A pixel-art RPG prototype where combat mechanics and progression are powered by Arcium's confidential computing framework.
Overview
Hidden Warrior demonstrates how encrypted game logic can be applied to turn-based battles. Instead of exposing the rules directly in the client or on-chain, combat resolution and ability triggers are computed inside Arcium's Multi-Party Execution Environment (MXE). This makes the system tamper-resistant, unpredictable to cheaters, yet fair to honest players.
Challenge
In traditional RPGs, combat formulas are transparent: damage multipliers, cooldowns, and critical hit chances are easily reverse-engineered. The challenge was to build a battle system with hidden logic, where outcomes remain confidential while still following consistent, fair rules.
Solution
Results
Implementation
Key technical decisions and architectural choices