Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 874 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 874 Bytes

koiiword

This is our CS 3110 final project: a Scrabble clone!

setup

This project depends on the following libraries:

They can be installed like this:

opam install . --with-test

This project is set up so that it can be debugged using Visual Studio Code. To use this debugger, you will also need to install the Ocamlearlybird VSCode extension (hackwaly.ocamlearlybird), and install the earlybird OPAM package:

opam install -y earlybird

In this case, you can use the "OCaml Debug" profile in VSCode, and it will automatically build, run, and debug the project.

Otherwise, you can just compile and run using dune:

dune build
dune exec bin/main.exe