An adventure game written in ><>.
(More about ><>: https://esolangs.org/wiki/Fish)
- Install python
- Install ><> interpreter: https://gist.github.com/anonymous/6392418
- Run the game:
python3 ~/fish/fish.py adventureGame.fish
(This assumes that the interpreter was installed to ~/fish)