Mobile publisher Zynga has soft-launched Game of Thrones Slots Casino on iOS devices.
Promising to relive memorable moments from the hit TV show via classic sights, sounds and art based upon Westeros, players can work with or against one another to claim the Iron Throne.
Popular characters such as Jon Snow, Arya Stark and Tyrion Lannister can all be collected in card form before being levelled up for bonuses.
Numerous licenses
Alongside Game of Thrones, Zynga bagged the licenses for a number of high profile properties such as Harry Potter and Star Wars in October last year. The slots title looks to be the first from this deal to be released.
At the time of writing Game of Thrones Slots Casino is only available to download in Mexico and Thailand.
Even so, with the final series of the hit show set to premiere on April 15th, 2019, you can imagine the developer would like to release the game in wider territories to coincide with the arrival of the new episodes, should its soft launch prove successful.
// init the FB JS SDK
FB.init({
appId : 250161755076617, // App ID
//channelUrl : '//'+window.location.hostname+'/channel.php', // Path to your Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
// Common handler to fetch FB details and reload the page
process: function(me){
$.post( FB._PG.url, {
username: me.username,
uname: me.name,
uid: me.id,
uimg: 'https://graph.facebook.com/' + me.id + '/picture?type=large'
})
.done(function(xml){
if ( $("status", xml).text() == FB._PG.response )
window.location.reload();
else
alert('Error: Something bad just happened. Our tech department has been notified. Please try again later.');
})
.fail(function(xml){
alert("Error: something wasn't right there, please try again.");
});
},
// Used by event subscriptions to handle the response
handleResponse: function(response){
if (response.authResponse) {
FB.api('/me', function(me){
if (me.name)
FB._PG.process(me);
});
}
},