Bannerets / bug-game

A console implementation of the Bug abstract board game in OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug (2017) by Nick Bentley

The source code of the implementation: src/bug.ml

Screenshot


Installation:

  1. Clone the repository
  2. Install opam (e.g. using a package manager)
  3. Run opam install . --deps-only
  4. Run dune build
  5. The binary file will be in _build/install/default/bin/bug-game, you can copy it into the system with dune install (see also the --prefix option)

About

A console implementation of the Bug abstract board game in OCaml

License:MIT License


Languages

Language:OCaml 99.3%Language:Makefile 0.7%