This game was originally developed as an CS 3110 course assignment at Cornell University. Storyline, characters, and background settings of the game are adapted from game products of TYPE-MOON company, including but not limited to Fate/Extella, Fate/Grand Order and Kara no Kyoukai.
In this text adventure game, you will play as a participant of Holy Grail War, and you will be able to explore the virtual world of SE.RA.PH by typing in various commands into the game engine, which can be directly run from command line.
- Clone or download this repo
- Make sure OCaml and its dependencies are installed (if you have any trouble installing OCaml, please refer to this website)
- In command line, run
make play
to start the game engine - Enter
fateoc.json
to start the game
You may interact with the game using the following commands:
look
to display info about current locationinv
orinventory
to display your inventoryscore
to display your scoreturns
to display number of turns takendetails
to display your inventory with descriptions of objectsgo <location>
to move to another locationtake <object>
to take an object and put it into your inventorydrop <object>
to drop an objectquit
to quit the game