Create an air traffic control program to manage an infinite number of airplanes on the screen.
- GCC (for compiling a C program)
- CSFML library (graphics library for the C language)
- Python (for generating maps)
Use the following command to generate a map:
python gen.py -p [number_of_airplanes] -t [number_of_turns] -pa [path_to_save_file]To compile and run the program, use the following commands:
make && ./my_radar -hThis will display the project's helper along with all the keybinds. To run the program with a specific map, use:
make && ./my_radar [a_map]Press "Q" to display the collision algorithm used (QUADTREE)
Enjoy !