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

[Feature] Player's Run State #11

Closed rluders closed 4 years ago

rluders commented 4 years ago

We need to implement the Player's move state to be used in our StateMachine. It is already partially implemented, but need to be changed, tested and polished. Right now the player needs to use the A and D key to move, backward and forwards.

Describe the solution you'd like

Additional context It's important to identify the state transitions to this state.

RoddieKieley commented 4 years ago

Taking a look I see that there was an update in the air-state branch via commit d4dc1e05f5571e6659eb14e5eb6f6a413da55fad that enabled auto-running but he immediately auto-runs off the limit. Going to create a branch for endless running, #3, and test from there.

RoddieKieley commented 4 years ago

Endless running was implemented shortly after the above comment but just now closing the loop.