Games
◆ g01a-the-developer
Who Wants to Be a Game Developer?
Build a terminal quiz game using tci_printf as the rendering engine — prize ladder, three lifelines, fifteen questions, one million pounds.
◆ g01b-the-developer-graphical
Who Wants to Be a Game Developer? Graphical
Rebuild the terminal quiz game as a graphical SDL2 application — bitmap font rendering, PNG backgrounds, and a screen state machine.
◆ g01c-the-developer-acoustic
Who Wants to Be a Game Developer? Acoustic
Add background music to the terminal quiz game — fork and exec spawn aplay as a child process; signals and waitpid stop it cleanly.