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
- Host: GitHub
- URL: https://github.com/eilvelia/bug-game
- Owner: eilvelia
- License: mit
- Created: 2022-08-04T19:12:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T13:15:26.000Z (over 2 years ago)
- Last Synced: 2025-01-10T14:23:54.645Z (4 months ago)
- Topics: board-game, hexagons, polyhex, polyhexes, terminal-game
- Language: OCaml
- Homepage:
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

---
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)