You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A modular real-time interception and defense simulation framework written in C++.
Implements the command chain:
SENSE → IDENTIFY → SOLVE → INTERCEPT
Build
g++ src/*.cpp -o intercept_engine
About
C++ modular simulation of a real-time interception system using the SENSE → IDENTIFY → SOLVE → INTERCEPT command chain. Designed for game AI, defense modeling, and trajectory analysis with scalable components for detection, tracking, and engagement logic.