Highwire Games is finally ready to present six days in Fallujah. The title returns from a long journey and today we have the opportunity to take a look at the updated gameplay. The show may interest players waiting for shooters with a powerful story.
In mid-February A six-day return was confirmed in Fallujah. The title was originally announced several years ago, but due to controversy, Konami decided to cancel production in 2009. However, the game will make its debut and should provide a very interesting solution.
Six Days in Fallujah is a work of fiction that uses, however, “procedural architecture.” Under this wonderful name there is a large-scale technology that will allow you to shape the battlefield – the game world will be designed before each session of ready-made blocks. In this way, the creators want to offer players a new approach to the game, because in their title we receive new impressions every time. Advanced technology will transform buildings, rooms, AI, or provide pure sound.
Today we can check what the situation looks like in action and some players may be interested in six days in Fallujah. The creators will not provide us with the next generation experience, but you need to remember that the story will be the most important in this case.
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));