git clone [email protected]:ax38/cs3110-final.git
Make sure to do this in the desired directory
We use the OCaml Graphics Library to create the UI for our game
opam install graphics
Run the following to prepare the OCaml environment
dune build
Start the game
make game