NovaSquirrel / NovaTheSquirrel

an open source NES platformer game
GNU General Public License v3.0
202 stars 8 forks source link

Pick a different way to get un-stuck from blocks #116

Closed NovaSquirrel closed 6 years ago

NovaSquirrel commented 6 years ago

Teleporting to the last known good position doesn't work that well since it often ends up being pretty far from where you were. I guess I should try and use heuristics to push the player along in a direction?

NovaSquirrel commented 6 years ago

Now it searches for a place to push the player to.