https://github.com/mbarbin/turing-game
A bot that can play a board game called Turing Machine
https://github.com/mbarbin/turing-game
Last synced: about 1 year ago
JSON representation
A bot that can play a board game called Turing Machine
- Host: GitHub
- URL: https://github.com/mbarbin/turing-game
- Owner: mbarbin
- License: mit
- Created: 2023-08-08T14:22:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T08:02:01.000Z (about 1 year ago)
- Last Synced: 2025-06-06T09:19:01.972Z (about 1 year ago)
- Language: OCaml
- Homepage: https://mbarbin.github.io/turing-game/
- Size: 332 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# turing-game
[](https://github.com/mbarbin/turing-game/actions/workflows/ci.yml)
This is a toy project implementing a bot that can play a board game called Turing Machine, that I have at home.
## Code Documentation
The code documentation of the latest release is built with `odoc` and published to `GitHub` pages [here](https://mbarbin.github.io/turing-game).