KKMMMTTT / AstroSoar

0 stars 0 forks source link

Entity Collision #6

Open MatthewChrobak opened 4 years ago

MatthewChrobak commented 4 years ago

Requirements

In the game world, a mechanism is needed to detect when two entities collide into each other. A new entity type must be created that enables collision detection and notification of collision.

Architecture

Hitbox Implementations

darkheros12 commented 4 years ago

I can do this point

MatthewChrobak commented 4 years ago

I can do this point

You will likely need the work that @MatthewTeolis has done in #10 as a base