Yet another filesystem-based adventure game inspired by magic tower.
This project is based on FUSE and C++.
$ sudo apt install libfuse-dev
$ sudo apt install g++
To build and run the game:
$ make build
$ make run
Then the game will be mounted on tower
directory.
To play the game:
$ cd tower
# Do what the fun you want to do
To stop the running game, please make sure that no one has a working diretory inside the game, and then:
$ make stop