https://github.com/firobe/ur
Implementation of the Royal Game of Ur with OCaml and OpenGL/SDL
https://github.com/firobe/ur
Last synced: about 1 year ago
JSON representation
Implementation of the Royal Game of Ur with OCaml and OpenGL/SDL
- Host: GitHub
- URL: https://github.com/firobe/ur
- Owner: Firobe
- Created: 2020-04-15T07:49:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T08:44:01.000Z (over 3 years ago)
- Last Synced: 2025-03-24T07:49:40.467Z (about 1 year ago)
- Language: OCaml
- Homepage:
- Size: 26.5 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Royal game of Ur
Quick implementation of the [Royal Game of Ur](https://en.wikipedia.org/wiki/Royal_Game_of_Ur) with OCaml and pure SDL/OpenGL.
See also this great [Youtube video](https://www.youtube.com/watch?v=WZskjLq040I) demonstrating the original game.

## Installing
Run `opam install .`
This will install the `ur` executable, which launches the game.
## Building
Run `dune build @all`
*Note: `tsdl` and `tgls` need to be installed on your system*
The game can then be launched using `dune exec ./ur.exe`