Ubisoft invites players to new challenges. Immortals Fenyx Rising has received a first story expansion and are able to try out the beta version of the game. The title received two new trailers.
Immortals Fenyx Rising is one of last year’s surprises. The developers previously responsible for Assasin’s Creed Oddyssey present a colorful story set in ancient Greece, where mythical creatures abound. The match was well received by many players and journalists, with a score of 79%.Check out our review).
yesterday We reported the trial versionAnd for now Ubisoft presented a trailer for the game’s story and featured the story DLC. In The New God expansion, players will play Fenyx and face the next trials of the Olympic Gods.
“During these experiences, Fenyx sharpens his divine powers and finds ways to gain more power. At the same time, she tries to gain a place in the gods’ inner circle.”
Immortals Fenyx Rising: A New God is already rated by many editorial offices (average 77%), whose reviewers praise the excellent level of puzzles, new powers, and repetitive, repetitive humor. According to reviews, the developers are meticulously continuing the leads from the basic version, although the repetitive gameplay makes it a bit boring at some point.
function statusChangeCallback(response, forced) {
if (response.status === 'connected') {
// Logged into your app and Facebook.
FB.api('/me', function(response) {
if (forced == 1) {
console.log('Próba logowania przez przycisk');
} else {
console.log('Próba autologowania');
}
console.log(JSON.stringify(response));
//fbAutoLogin(JSON.stringify(response), forced); });
//fbAutoLogin(fb_user_id);
} else if (response.status === 'not_authorized') {
// The person is logged into Facebook, but not your app.
console.log('Please log into this app.');
} else {
// The person is not logged into Facebook, so we're not sure if
// they are logged into this app or not.
console.log('Please log into Facebook.');
} }
// This function is called when someone finishes with the Login
// Button. See the onlogin handler attached to it in the sample
// code below.
function checkLoginState() {
FB.getLoginStatus(function(response) {
statusChangeCallback(response, 1);
});
}
window.fbAsyncInit = function() {
FB.init({
appId: '113502828807977', // App ID
cookie: true, // enable cookies to allow the server to access the session
xfbml: true, // parse social plugins on this page
version: 'v2.2' // use version 2.2
});
FB.getLoginStatus(function(response) {
statusChangeCallback(response, 0);
});
}
// Here we run a very simple test of the Graph API after login is
// successful. See statusChangeCallback() for when this call is made.
function testAPI() {
}
// Load the SDK Asynchronously
(function(d) {
var js, id = 'facebook-jssdk',
ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {
return;
}
js = d.createElement('script');
js.id = id;
js.async = true;
js.src = "https://connect.facebook.net/pl_PL/all.js";
ref.parentNode.insertBefore(js, ref);
}(document));