Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 438 Bytes

INSTALL.md

File metadata and controls

24 lines (19 loc) · 438 Bytes

SECTION 1: GETTING RESPOSITORY ON COMPUTER

git clone [email protected]:ax38/cs3110-final.git

Make sure to do this in the desired directory

SECTION 2: INSTALL REQUIRED PACKAGES

We use the OCaml Graphics Library to create the UI for our game

opam install graphics

SECTION 3: RUN PREPARATION

Run the following to prepare the OCaml environment

dune build 

Start the game

make game