racerr-io / racerr

🏎️ racerr.io - Massively Multiplayer Online Racing
http://racerr.io
3 stars 0 forks source link

Re-architect current implementation into state machine #94

Closed tonytangio closed 4 years ago

tonytangio commented 5 years ago

Our current implementation is a little sphagetti as we've hacked it up into a working prototype, which is not very easily extensible.

We want to re-archtect the implementation into a more rigorous and organised state machine structure following the unity state machine design patterns.

tonytangio commented 5 years ago

Merged in #96

tonytangio commented 5 years ago

Reopening to refactor Player.LocalPlayer into state machine.