
I will post more on my entry later.
Something technical while any of you happy hackers might still be fixing your entry:
Depending on which DLL Windows decides to use for Ruby/Gosu's OpenAL playback, you can get a segfault on exit, or a hanging process. The easiest known workaround is to use
Process.exit instead of
Window#close until I fix Gosu to insist on the right (modified) DLL.
Sorry about that, I've seen this silliness showing up in Gosu games' reviews already :(