iamthetoaster / VectorKart

Web implementation of pen and paper racetrack game.
MIT License
2 stars 0 forks source link

Turn control #53

Closed calvinowen27 closed 4 months ago

calvinowen27 commented 4 months ago

implemented basic turn control through the this.players member of GameController. cars only move when it is their turn.