/**
 * @author freek
 */

function startgame(gameid, platform_name) {
    window.open('/game/play/' + gameid+'/');
}
