Al1002 / marx_man_mvp

GNU General Public License v3.0
1 stars 0 forks source link

Adding support for ranged weapons #5

Open Al1002 opened 9 months ago

Al1002 commented 9 months ago

A module needs to be created that can support geometric functions. This currently includes:

Creating boxes.

Creating line segments.

Checking if line segments (bullets) intersect with a box.

Returning information about which box was hit.

This is intended to be used for ranged weapons. This issue is incomplete, details on the implementation may be provided in future.

Al1002 commented 9 months ago

Note: No work should be done on this before you assign yourself to the issue, and if you do, please write in the branch ranged. Thanks in advance.