The source code of the implementation: src/bug.ml (2022)
Installation:
- Clone the repository
- Install opam (e.g. using a package manager)
- Run
opam install . --deps-only - Run
dune build - The binary file will be in
_build/install/default/bin/bug-game, you can copy it into the system withdune install(see also the--prefixoption)
