Task for PPROG in UAM. A simple conversational-adventure game built in C to play in Linux terminal.
- David Palomo - code406
- Arturo Morcillo - artiimor
- Javier Mateos - javiermateos
- Ines Martin
You are a detective in a hotel and you have to solve a mistery by finding and connecting hints. Inspired by the Prof.Layton saga.
- Meson (Build system)
sudo apt install meson ninja-build
- Doxygen (Generate documentation)
git clone https://github.com/code406/project_goose
cd project_goose
meson setup build
meson compile -C build
cd build
./goose data/data.dat
# Generate documentation
meson compile -C build docs