An open API service indexing awesome lists of open source software.

https://github.com/eilvelia/bug-game

A console implementation of the Bug abstract board game in OCaml
https://github.com/eilvelia/bug-game

board-game hexagons polyhex polyhexes terminal-game

Last synced: 2 months ago
JSON representation

A console implementation of the Bug abstract board game in OCaml

Awesome Lists containing this project

README

        

[Bug (2017) by Nick Bentley](https://boardgamegeek.com/boardgame/240835/bug)

The source code of the implementation: [src/bug.ml](src/bug.ml)

![Screenshot](screenshot.png)

---

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)