Scope
Since it's impossible to have a game without collisions and some sort of type of physics. It is mandatory to at least have some collision classes to implement so. For the implementation, Box2D can be used or create it from scratch if desired.
Note: More details will be added later.
DOD
- Must have tests and be covered by coverage.
Scope
Since it's impossible to have a game without collisions and some sort of type of physics. It is mandatory to at least have some collision classes to implement so. For the implementation, Box2D can be used or create it from scratch if desired.
Note: More details will be added later.
DOD