Collision Detection
Opened this issue · 0 comments
deltaryz commented
Objects on the map should not allow the player to pass through them. Each tile could have a value assigned to whether it obstructs movement (also allow this to be expanded for other movement-related things beyond the MVP, i.e. water or doors)
Collision with other players should be toggleable as a room property.
The server should also perform its own collision detection (don't trust clients).