Skip to content

A simple mystery-solving game built in C to play from a Linux terminal, with its own ASCII art and engine.

Notifications You must be signed in to change notification settings

javiermateos/project_goose

 
 

Repository files navigation

Project Goose

Task for PPROG in UAM. A simple conversational-adventure game built in C to play in Linux terminal.

Developers

Summary

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.

Requirements

  • Meson (Build system)
    sudo apt install meson ninja-build
    
  • Doxygen (Generate documentation)

Play It!

git clone https://github.com/code406/project_goose
cd project_goose
meson setup build
meson compile -C build
cd build
./goose data/data.dat

Miscellaneous

# Generate documentation
meson compile -C build docs

About

A simple mystery-solving game built in C to play from a Linux terminal, with its own ASCII art and engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.1%
  • C++ 21.0%
  • Objective-C 3.5%
  • Other 0.4%