Skip to content

Terminal-based Scrabble clone written in OCaml. Final project for CS 3110 at Cornell.

Notifications You must be signed in to change notification settings

laptou/koiiword

Repository files navigation

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

About

Terminal-based Scrabble clone written in OCaml. Final project for CS 3110 at Cornell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages