igwgames / nes-starter-kit

A Beginner's Guide and toolkit for NES game creation.
MIT License
214 stars 24 forks source link

Movement upgrades #21

Closed potatolain closed 4 years ago

potatolain commented 4 years ago

Need to test this a bit more, but this tries to emulate what LoZ does with leading the user to a grid.

Rom is here: Rom Download

NOTE: Need to bump the version number and do a release if I merge this.

Slow: https://s3.amazonaws.com/nes-starter-kit/movement_upgrades/starter.375.nes Faster: https://s3.amazonaws.com/nes-starter-kit/movement_upgrades/starter.376.nes Very fast: https://s3.amazonaws.com/nes-starter-kit/movement_upgrades/starter.377.nes (KNOWN BUG: the player will wobble left/right or up/down in some cases. This has something to do with how we determine if the player is being nudged; that code needs an update) 8px grid, faster speed: https://s3.amazonaws.com/nes-starter-kit/movement_upgrades/starter.378.nes (Might be good to try to speed this up)