This is a project I made during my fourth and fifth semester at ENSIIE. It is a collision detection system written in OCaml using the QuadTree data structure.
Just clone this repo : git clone http://git.quba.fr/ENSIIE/IPRF/quadtree.git.
Go to the repo's src/ directory and run ocaml graphics.cma part5.test.ml.

The following files are © Christophe Mouilleron, the module's teacher :
subject.pdfsrc/display.mlsrc/simulation1.mlsrc/simulation2.ml
All the other files in the repo are placed under the terms of the MIT License.