Our own version of Monopoly, written in OCaml for the CS 3110 Final Project.
Complete!
- Rebuilds our code and launches utop
- Rebuilds our code
- Runs our code through our test cases
- Runs the game interface
- Runs
ocaml build -cleanto get rid of our_builddirectory
- Produces documentation for the project in folders
_doc.publicand_doc.private
- Compresses our project into a zip file for submission on CMS
- Counts and outputs the number of lines of code in our system
- Make sure you have cloc installed
