A fill-in-the blanks lyric game featuring only George Michael songs, written in C with Clay and Raylib. Made as a christmas gift for someone special :)
- Raylib (
brew install raylib pkgconfig
) - GCC (
brew install gcc
) - GNU Make (
brew install make
) - CMake (
brew install cmake
)
Use:
make
Or, to build and run:
make run
To clean up build artefacts, including the output binary:
make clean
Use:
make install
use:
make uninstall
If installed, use gm-quiz
to launch.
Key bindings:
Ctrl + R
- Restart game with a new lyric.Ctrl + L
- Clear input box.Ctrl + D
- Open Clay debug menu.Enter
- Submit word!Ctrl + Q
- Quit.