Did this in about 15 minutes so its not my best work but meh its useable
Live Demo: http://xoarp.com/games
config.php
<?php
$dbhost = 'localhost';
$dbname = 'game_website';
$dbusername = 'root';
$dbuserpass = 'blah';
mysql_connect ($dbhost, $dbusername...