Inspiration Most games teach players to follow the rules. We wanted to build a game where the fun comes from breaking them. Inspired by chaotic software updates, speedrun exploits, and funny patch notes, we created Patch Notes: Reality v1.0 — a platformer where every “update” changes reality itself. Instead of adapting to levels, players adapt to broken mechanics and use unintended behavior to win. What it does Patch Notes: Reality v1.0 is a short 2D puzzle-platformer where fake patch notes appear during gameplay and instantly change the rules. Gravity may disappear, jumping may be disabled, collisions may turn off, or enemies may suddenly help instead of hurt. Each level is designed around exploiting these changes to reach the exit. The final twist says “All bugs fixed” and restores normal gameplay — but the level is impossible unless the player discovers a hidden exploit that secretly reactivates an old broken mechanic. How we built it We built the game using JavaScript with Phaser.js for fast browser-based development. The project uses a central game state system that controls movement, gravity, jump force, collisions, and enemy behavior. We then created a lightweight Patch System that can dynamically modify gameplay variables and display dramatic patch-note overlays. Core features include:
Smooth left/right movement and jumping
Physics-based platforming
Dynamic patch events that alter mechanics in real time
Screen shake / glitch effects during updates
Minimal neon pixel-art inspired visuals
Short handcrafted levels focused on one mechanic each
Challenges we ran into One of the biggest challenges was making each patch mechanic feel surprising but still understandable. If rules change too randomly, players get confused. If they’re too obvious, the puzzle becomes boring. Balancing movement after physics changes (especially zero gravity and collision-off states) also took careful tuning so the game stayed fun instead of frustrating. Another challenge was making a small game feel polished with strong feedback using limited visuals. Accomplishments that we're proud of
Built a unique platformer where gameplay itself is the puzzle
Created dynamic rule-changing mechanics with clear cause-and-effect
Designed levels around creative exploitation rather than normal platforming
Added a memorable final twist with hidden unintended behavior
Delivered a polished concept with strong style and replay value
What we learned We learned that innovative mechanics can create a powerful experience even in a small project. A clever core idea with strong execution often stands out more than a large complicated game. We also learned how to design levels around systems instead of static obstacles, and how important player feedback is when mechanics suddenly change. What's next for Patch Note Next, we want to expand Patch Notes: Reality into a larger game with:
More absurd patch mechanics (reverse time, duplicated player, shrinking platforms)
Speedrun / challenge mode
Community-made patch levels
Leaderboards for fastest exploit runs
Story mode where an AI keeps “updating” reality
Multiplayer chaos mode where players trigger patches for each other
Our goal is to turn it into a full indie game where bugs are not problems — they are the main feature.
Log in or sign up for Devpost to join the conversation.