Skip to content

A fill-in-the blanks lyric game featuring only George Michael songs, written in C with Clay and Raylib.

Notifications You must be signed in to change notification settings

peterc-s/gm-lyric-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

George Michael Lyric Quiz

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 :)

Requirements

  • Raylib (brew install raylib pkgconfig)
  • GCC (brew install gcc)
  • GNU Make (brew install make)
  • CMake (brew install cmake)

Building

Use:

make

Or, to build and run:

make run

To clean up build artefacts, including the output binary:

make clean

Installing

Use:

make install

Uninstalling

use:

make uninstall

Usage

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.

About

A fill-in-the blanks lyric game featuring only George Michael songs, written in C with Clay and Raylib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages