mgs/README.md
2024-08-02 16:08:36 +03:00

12 lines
313 B
Markdown

# 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
```