iamthetoaster / VectorKart

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

Object hierarchy #34

Closed calvinowen27 closed 4 months ago

calvinowen27 commented 4 months ago

added object hierarchy with GameObject3D --> Car, MapObject. Integrated with Vector3, made GameObject3D position, rotation, scale private, added getters and setters for them. Spent like half my time resolving merge conflicts because people kept pushing stuff I was working on :D