Shatter is a block breaking game written in OCaml using the Orx game engine.
The game was written primarily to play with visual effects in Orx.
- Install Orx, following the instructions on the wiki.
- You will need opam and OCaml version 4.10.0 or newer.
- Pin ocaml-orx with opam:
opam pin add orx git+https://github.com/orx/ocaml-orx.git#master
- Build and run the game with
dune
dune exec src/shatter.exe`
- Left/right arrows or
A
/D
keys to move the paddle Esc
ape key to quit