OCamlMon is a recreation of Pokemon, built in OCaml! From wild encounters to exciting gym battles, you'll be able to explore the world of OCamlMon and build up your own team of battle-ready OCamlMons.
Assumes the OCaml installation process as dictated by Cornell's Fall 2021 CS 3110 requirements
Install the Graphics, ANSIITerminal, and yojson libraries via opam:
opam install graphics ANSIITerminal yojson
An XServer is required to run the graphics (restart computer after installing)
-
Windows: download XMing
-
Mac: download XQuartz
Run make build
to build dependencies
Run make play
to begin playing!