# MGS ## Missile Guidance System (C++) This is a small simplified missile guidance system in C++, I hope to improve it and make it more realistic in the future. ## Installation instructions Requirements: G++, Git and a Linux OS. ``` git clone https://git.xorycode.dev/xory/mgs.git cd mgs g++ index.c ./a.out ```