Skip to content

ernestchu/scrabble-ocaml

Repository files navigation

Scrabble Ocaml

Quick Start

Start Dream (OCaml) Scrabble backend

opam install --deps-only .
make

The backend server now runs at localhost:4000

Start Rescript React Client Frontend

cd client
npm install
npm run dev

Now you can play the Scrable game at localhost:5173

Play with AI

Create a room and add 1 to 3 AI players to play with you.

Play with your friends

Create a room and ask your friends to join your room.

Building and running

  • make build — compile with dune
  • make test — run the backend test suite
  • make run/make — compile and start the Dream server

Test coverage

  • make coverage — run the backend test suite with coverage

https://ernestchu.github.io/scrabble-ocaml/

Misc

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •