Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 563 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 563 Bytes

Royal game of Ur

Quick implementation of the Royal Game of Ur with OCaml and pure SDL/OpenGL.
See also this great Youtube video demonstrating the original game.

animated demonstration

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