OCaml simple snake A simple OCaml snake game. Installation git clone https://github.com/NicolasCami/OCamlSimpleSnake.git cd OCamlSimpleSnake ocamlc graphics.cma unix.cma snake.ml -o snake ./snake