From A Speed Runner to #GameDev : Tips For Not Releasing A Breakable Game Part 2

If you haven’t read part 1, read it here!


Geometry ParkourGeometry Parkour

Runners will use everything at their disposal to climb levels and venture places not intended. This can be a big problem again if you are making a game with an exploratory gameplay. Any jagged terrain must be checked over, you’d be surprised how little space a player might need to boost themselves over your level.

(e.g The Last Tinker / Donkey Kong 64 / Ratchet and Clank / Sonic: Lost World / Sonic Unleashed [2])


Pause ExploitsPause Exploits

Check delay on your pause functions, make them instant if possible. Leaving the possibility open that something else can be triggered simultaneously with a pause could end in trouble if tested. Don’t have variables reset or change on pausing and be sure to prevent use of any mechanic within a pause screen during automated sections.

(e.g Sonic Boom: Rise of Lyric / Sly: Thieves in TimeShantae and the Pirate’s Curse)


Recoil JumpsRecoil Jumps

Any game with knock back, runners have done what they can to exploit it. Even rocket jumping can have a few twists made to get more out of it. Try and make the effect halt you before doing the knock back, or momentum building can be exploited. If you must have intense rocket jumping, make sure to keep a lid on all of the game world, or people will find a way to climb out.

(e.g Rise of the Triad 2013 / Quake / Zelda: Ocarina of Time / Sonic Boom: Rise of Lyric)

4 thoughts on “From A Speed Runner to #GameDev : Tips For Not Releasing A Breakable Game Part 2

Add yours

Leave a comment

Blog at WordPress.com.

Up ↑