Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 803 Bytes

INSTALL.md

File metadata and controls

25 lines (18 loc) · 803 Bytes

Installation

Before attempting to run this game, make sure that OCaml is installed on the machine.

If you are not sure about how to install OCaml, you can follow the instruction here, which we have used personally.

Steps

Update OPAM to prepare for installing the necessary package(s). Do be patient in the updating process.

opam update

The command will also prompt you to upgrade packages:

opam upgrade

Install ANSITerminal, the only library needed right now.

opam install ANSITerminal

After successfully completing these steps, run make clean and make build.

To play the game, run make play and follow the instructions related to interacting with the UI and playing the game accordining.