Full notes
Full Pixel Chess Idle RPG update
Read the full published notes in a cleaner layout. The original post stays linked below.
Repeated intro
Hey everyone, solo dev here! Just pushed a quick update to clean up and polish the tutorial flow:
What changed
- Balance
- Gameplay
- UI and audio
- Upgrade Tutorial StepIncreased post-defeat tutorial gold to 50 gold (up from 20) and updated step requirements to force players to buy King HP Level 2 and Damage Level 1 before progressing.
Transition Modal: Defeating the enemy King now displays a congratulatory modal instead of kicking you straight to the main menu.
Save State Merger: Clicking "Continue to Campaign" from the completion modal transitions you directly into Normal Mode (starting Level 2) while safely merging your upgraded King stats using Math.max (so your stats are never downgraded if you replay the tutorial).
- Banner Clean-upFixed a persistent UI bug where the tutorial banner card would carry over on the screen when returning to the menu or starting normal matches.
Source
Changelog.gg summarizes and formats this update. How we read updates.
