Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 643 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 643 Bytes

Camel Finder

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