From ee75d58b9c4c2d555e258d77fff9e49f298dedd3 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Wed, 19 Mar 2025 21:12:16 -0400 Subject: [PATCH] bounding boxes and some segmentation --- .idea/editor.xml | 242 +++++++++++++++++++++++++++++++++++++++++ include/bounding_box.h | 32 +++++- include/enemies.h | 16 +-- include/fwddecl.h | 3 + include/game.h | 1 - include/map.h | 27 ++++- lib/blt-with-graphics | 2 +- src/bounding_box.cpp | 42 +++++++ src/enemies.cpp | 4 +- src/map.cpp | 34 ++++++ 10 files changed, 386 insertions(+), 17 deletions(-) create mode 100644 src/bounding_box.cpp diff --git a/.idea/editor.xml b/.idea/editor.xml index 0abfee7..d636c73 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -283,5 +283,247 @@