CodeCafeOpenShiftGame / PodEscape

Endless runner of a pod trying to escape from a project being deleted.
https://podescape.io
Apache License 2.0
29 stars 16 forks source link

Implement "Go Fast" controls #4

Closed RoddieKieley closed 4 years ago

RoddieKieley commented 4 years ago

Once we have Endless Running, #3, we can begin to implement actions for our player character ADA. ADA needs to be able to "Go Fast" through both sliding and dashing mechanisms. This issue needs updated input handling as well as either test or rough animations for each of slide and dash.

rluders commented 4 years ago

The StateMachine is implemented and I'm splitting the Player State into small issues. If you are OK with that @RoddieKieley, this issue can be closed in favor of these small task implementations. Unless I'm missing something here.