Enemy Equation
Enemy state is shown as an equation, not just HP.
Project
Equation-duel combat prototype for a fantasy third-person action RPG.
Educational games often become homework with graphics or trivia pasted onto combat.
That is not the interesting version of the idea. The interesting version is making math part of the combat grammar itself: visible, physical, tactical, and legible under pressure.
The design problem for Pythagorean Harmony is whether equation solving can become a combat loop instead of an interruption. The player should not stop playing the game to answer a worksheet prompt. The equation should be the enemy state, and combat should be how the player transforms it.
Enemies are not just HP bars.
Each enemy has an equation. The player reads that equation, survives the enemy, uses operation weapons to transform it, then uses the X weapon to execute once the correct value is known.
Wrong answers should not merely say “incorrect.” They should create combat consequences, such as enemy evolution or a changed enemy state. The math has to matter inside the fight.
Enemy state is shown as an equation, not just HP.
Player survives attacks while reading the equation.
Weapon actions apply algebraic operations.
The enemy state changes as the equation is simplified.
Player identifies the correct value.
Correct value enables execution.
Incorrect answer changes enemy state instead of only showing failure.
System diagram, not a gameplay screenshot. It shows the intended equation-duel loop while the prototype visuals remain early.
An enemy displays:
x + 5 = 10
The player reasons:
x = 5
Then the player lands the X weapon with 5 to execute the enemy.
A more advanced enemy could require multiple operation steps before the X weapon is safe. The prototype direction is not only “type the answer.” It is operation choice, timing, reading, pressure, and execution.
The enemy's state is an equation, making the learning object part of the combat target instead of a separate quiz layer.
Weapon actions represent algebraic operations, letting the player transform the enemy equation through combat interactions.
Once the correct value is known, the player uses the X weapon to execute the enemy with the answer.
Incorrect answers create combat consequences, such as enemy evolution or changed state, instead of ending at a simple failure message.
The prototype depends on readable equation state, visible operation effects, clear execution timing, and understandable failure feedback.
The first playable prototype uses Unreal Engine 5's Third Person Template as the movement and camera foundation.
Core systems live in C++, with Blueprint used for tuning and simple linking where iteration speed matters.
Pythagorean Harmony is a first playable prototype and lab project.
The current focus is proving whether equation-duel combat can feel readable, tactical, and physical enough to justify deeper game development. It is not a full RPG yet. A full world, progression system, enemy roster, and long-term content are out of scope for the current prototype.
The working frame is “Math Souls Prototype: Equation Duel”: prove the duel, then decide whether the larger game deserves to exist.
Source repo is currently private while the prototype is being cleaned up.
Screenshots / Demo Proof
Planned screenshot slot for an enemy presenting equation state in combat.
Planned demo slot for transforming an equation through combat actions.
Planned demo slot for executing an enemy with the correct value of x.
Planned demo slot for showing combat consequences after an incorrect answer.
Planned screenshot slot for the first playable third-person prototype.
Proof Notes
Links