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

Create the PlayerStateMachine #8

Closed rluders closed 4 years ago

rluders commented 4 years ago

We need to create the player state machine to deal with the player states and state transitions.

Possible Player states:

rluders commented 4 years ago

The StateMachine is almost done. I'll split this issue into other issues to implement every single player state listed above. Some are partially implemented by this issue, but they probably need improvements.