HomeGamesUpdatesPricingMethodology
Steam News16 April 20262mo ago

"Juicy" Combat Animations

I have successfully added a full particle and animation overlay to the game rendering logic to make the combat feel much heavier and more satisfying!

Full notes

Full Pixel Chess Idle RPG update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

0 fixes1 addition2 changes0 removals
  • Performance
  • UI and audio
  • Balance
addedI have successfully added a full particle and animation overlay to the game rendering logic to make the combat feel much heavier and more satisfying!
changedScreen Shake and Weakness Hits The main canvas now implements a context translation based on a global this.screenShake variable. If a piece hits an enemy and triggers the WEAKNESS multiplier (damage > 1.5x), the following happens:
changedKing's Rebirth Aura The White King now visually shows off the player's prestige! Based on the amount of stored rebirths (this.saveData.rebirths), a breathing, pulsing aura gradient is drawn directly underneath the King.

Pixel Chess Idle RPG changes

addedI have successfully added a full particle and animation overlay to the game rendering logic to make the combat feel much heavier and more satisfying!
changedScreen Shake and Weakness Hits The main canvas now implements a context translation based on a global this.screenShake variable. If a piece hits an enemy and triggers the WEAKNESS multiplier (damage > 1.5x), the following happens:
changedKing's Rebirth Aura The White King now visually shows off the player's prestige! Based on the amount of stored rebirths (this.saveData.rebirths), a breathing, pulsing aura gradient is drawn directly underneath the King.

I have successfully added a full particle and animation overlay to the game rendering logic to make the combat feel much heavier and more satisfying!

What was implemented

  1. Death Shatter Particles When any piece gets killed, they now physically shatter into dozens of little flying pixel squares. The squares inherit the base color of the piece (white pieces shatter light bits, black pieces shatter into dark bits) and have gravity and friction applied, scattering across the board and fading out dynamically.

  2. Screen Shake and Weakness Hits The main canvas now implements a context translation based on a global this.screenShake variable. If a piece hits an enemy and triggers the WEAKNESS multiplier (damage > 1.5x), the following happens:

  • The screen violently shakes in a 10px radius, scaling down.

  • A "WEAKNESS" floating text pops up in bright yellow font.

  • A large burst of bright yellow sparks erupts from the defender.

For standard hits without a weakness modifier, smaller sparks matching the attacker's color are emitted.

  1. King's Rebirth Aura The White King now visually shows off the player's prestige! Based on the amount of stored rebirths (this.saveData.rebirths), a breathing, pulsing aura gradient is drawn directly underneath the King.

  • Level 1 to 4: Emits a sci-fi, glowing cyan aura.

  • Level 5+ : Upgrades into a massive, fiery crimson aura indicating high tier strength.

Source

Steam News / 16 April 2026

Open original post

Changelog.gg summarizes and formats this update. How we read updates.