yminsky / tiny-adventure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny Adventure

This is a work in progress, a very small adventure game, mostly made for the purposes of playing with my kids. Really, there's almost nothing here...

If you want to understand the basic structure, a good place to start is the State module, which is the basic data structure that tracks everything about the game.

This is build against a bleeding edge versions of base, so you'll need to do something like this to get the right versions in OPAM.

opam remote add js-bleeding git@github.com:janestreet/opam-repository.git

About


Languages

Language:OCaml 98.5%Language:Shell 1.5%