You can find here all games, submitted to DevGAMM Awards, Game Lynch and GAMM:Play Showcase.

[insert_php]
if(isset($_GET[‘gameId’]) && is_numeric($_GET[‘gameId’])){
echo ‘‘;
} elseif (isset($_GET[‘token’])) {
echo ‘‘;
}else{
echo ‘‘;
}
[/insert_php]