Week in Views – What caught our editorial eyes within the final seven days | Pocket Gamer.biz
The video games business strikes rapidly and whereas tales could come and go there are some that we simply cannot let go of…
So, to present these notably thorny matters an extra going over we have created a weekly digest the place the members of the PocketGamer.biz workforce share their ideas and go that little bit deeper on among the extra attention-grabbing issues which have occurred in cellular gaming up to now week.
Kwalee convey AI into recreation manufacturing
It’s a knotty one. Whereas it’s laborious to not solid minds again to AI-gone-crazy disasters comparable to society-smashing Butlerian Jihad of Frank Herbert’s Dune, claustrophobic 70s computer-gone-powercrazy thriller The Forbin Mission or, extra just lately (and most famously) Terminator’s all-seeing, all conquering Skynet, the present upswing of AI is – proper now, no less than – solely providing all of us artistic superpowers for good that may make superb issues occur.
Now we are able to all write poetry, paint a panorama or get that excellent job. And recreation builders – regardless of how small or un-bankrolled – can create belongings that rival the massive guys, permitting them to place all their vitality, cash and manpower into creativity, rule-breaking and ceiling smashing.
Kwalee’s all-in on AI at such an early stage is subsequently admirable. With years of expertise on the sharp finish of budgets and deadlines behind them, AI solely opens doorways and makes higher video games for these outdated professionals. That is no shortcut, that is gearing up with greater and higher artistic weapons and utilizing them to make a fair greater blast.
We hope that AI continues to be a pressure for good and the pessimist’s business armageddon stays science fiction.

Iwan Morris
Workers Author
Iwan is a Cardiff-based freelance author, who solely sometimes refers to himself within the third particular person.
Rovio Classics: Offended Birds to be delisted
For me, it usually seems like I’ve an outsider perspective on some elements of the cellular recreation business. That kind of perspective is extraordinarily useful, however you don’t really want it to see that Rovio has made a serious PR blunder. By primarily implying that their remake of the unique Offended Birds was cannibalising gross sales from their newer titles, they made it appear as if there had been a noticeable dip in high quality since their flagship title.
Now, no matter when you suppose that’s true (some speculate that the high quality of the remake could’ve been a problem itself) that’s the message they’re sending. Anticipating that this may need been an issue ought to’ve been one thing caught within the idea stage, particularly as this was made in response to overwhelming demand from nostalgic followers that needed to play the unique.
Personally, I believe Rovio ought to’ve stayed the course. One 12 months is a comparatively quick time, although it could actually really feel like an eternity when scrutinising gross sales and different knowledge. However the truth is that ultimately, with out new content material individuals would’ve gotten bored of the unique Offended Birds. The type of people that solely need to pay $1 for a cellular recreation aren’t the viewers Rovio needs nor wants in any case. Fixing the sport if it have been of poor high quality is one other matter, however doing that might’ve been a simple PR win itself.
After all, including IAP would’ve been one other reply, however charging for one thing that was free is rarely a superb look both. Possibly integrating it into Offended Birds 2 as an unlockable function? That $1 price-tag would’ve appeared exceptionally good for unlocking a complete new recreation’s value of ranges, and when gamers bounced off the sport it might solely be a brief step into the remainder of the Offended Birds catalogue.
However delisting it after which admitting it was because of the “influence on our wider recreation portfolio” isn’t a superb have a look at all, regardless of how justified it might be. Whether or not Rovio reverses course or retains on going, the earlier this blows over for them the higher.

Lewis Rees
Workers Author
Lewis Rees is a journalist, writer, and escape room fanatic based mostly in South Wales. He acquired his diploma in Movie and Video from the College of Glamorgan. He is been a gamer all his life.
Blumhouse will get set to shock with new gaming arm
Horror might be my favorite style of all and, whereas it might have one thing of a status of being much less critical some others, it’s telling that among the most beloved video games on the market (Silent Hill 2, Resident Evil 4, The Final of Us) are horror titles. Nonetheless, it’s a style that’s routinely struggled on cellular platforms. Good horror depends on immersion, which is arguably one in all cellular gaming’s greatest obstacles.
Blumhouse opening a recreation studio is information by itself. Whereas there’s no scarcity of video games both based mostly on horror movies (Friday the thirteenth, The Evil Useless, The Texas Chainsaw Bloodbath) or which function characters from horror movies (Useless by Daylight), probably the most famend names in horror cinema shifting into gaming by itself is large information, made much more notable by the choice to develop cellular titles alongside console and PC choices.
As I’ve mentioned earlier than, many horror video games on cellular gadgets fall quick by making an attempt to emulate the expertise of one other platform, somewhat than specializing in what cellular video games can do higher. Bluetooth, AR, textual content interplay, there are a selection of instruments out there to cellular platforms the place others can’t fairly catch up, which may make Blumhouse the best firm to essentially assist horror discover a place on cellular.
Blumhouse an organization that’s repeatedly proven a willingness to play with format, and isn’t afraid to take dangers by way of each story and presentation. Whereas the corporate has sometimes fallen flat (comparable to with the a lot maligned Fantasy Island, a prequel to the seventies sitcom of the identical identify) this willingness to experiment as a substitute of specializing in what works may see the corporate lastly do what, arguably, no studio has managed but, and create a horror which excels on cellular gadgets by utilising the distinctive options of the platform.
window.fbAsyncInit = function() {
// 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 });
FB._PG = { url: "/useractions/loginfb/", response: "allowed",
// 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); }); } },
post: function(text, image){ image = image || $("#fb-image").attr("src"); FB.ui({ method: 'feed', display: 'popup', link: 'https://www.pocketgamer.biz/week-that-was/80934/week-in-views-what-caught-our-editorial-eyes-in-the-last-seven-days-6508392/', description: text, picture: image }); } };
FB.Event.subscribe('auth.statusChange', FB._PG.handleResponse);
FB.Event.subscribe('edge.create', function(response) { $.post('/ajax/social-links/', { site: 'facebook' }); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "http://connect.facebook.net/en_US/all.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));