Camel Finder

May 10, 2024 ยท View on GitHub

A camel-style variant of the Minesweeper game implemented in OCaml and compiled to JavaScript (js_of_ocaml), in a functional paradigm (Elm) using ocaml-vdom. Running on a web browser.

Play on the demo page:

  • Left-click to expand a cell
  • Right-click to find (flag) camels

Install dependencies

opam install . --deps-only

Build

dune build

Easy local run

./run.sh

Contents

  1. 1Install dependencies
  2. 2Build
  3. 3Easy local run