OScrabbl is a Scrabble game for the command-line interface developed using (mainly) functional constructs in OCaml.
Final project submission for Cornell's CS 3110: Functional Programming and Data Structures class, Spring 2020. (Yes, we made this completely remotely during a pandemic.)
GitHub repository here
Please check the instructions here.
make
: Launches the game!make test
: Runs the test suite. Feel free to test other functions as necessary.make clean
: Cleans the documentation frommake docs
, the zip file created usingmake zip
, and/or the build files.
Coming soon!
- May 8th, 2020: Initial release!
- Fully functional game release, with a working command-line interface GUI.
- Currently uses REPL, rather than the promised Lwt I/O with clickable features.
- Lwt I/O support with clickable features in the command-line
- Super smart bot to beat you every time
- None as of yet! Please feel free to report bugs if you find any in the Issues section.