iamthetoaster / VectorKart

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

Vector3 #33

Closed BuzyBeeC closed 4 months ago

BuzyBeeC commented 4 months ago

Add Vector3 utility class to make vector math easier and more standardized. Implemented in Car and GameController.