daniel-beard / Chippy

Exploration of SpriteKit + EntityComponent systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor movement

daniel-beard opened this issue · comments

  • PlayerMovementComponent
  • Start with an update loop and rate limit
  • Throw away any intermediate moves
  • Add the extra flags to handle environment-based movement
  • Keypresses are easy, how to handle swipes?