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:
makeOr, to build and run:
make runTo clean up build artefacts, including the output binary:
make cleanUse:
make installuse:
make uninstallIf 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.