Hey everybody, I made this modification to content.php, line 526:
"GAMETITLE" => '<a href="
http://YOURDOMAIN.com/play/'.$game["latin_title"].'" target="_test">'.$game["title"].'</a>',
This hyperlinks the games listed in the admin page "List Games" and opens them in a new browser window when you click. I did this to make it a little easier to evaluate games. Beats trying to find it in the live site (or cut n pasting the latin title into a new browser window, etc).