Political puzzler Papers, Please has been officially announced for mobile, with a release due on August 5.
As confirmed by indie developer Lucas Pope on Twitter, the mobile release is coming almost nine years to the day since the original 2013 release on Steam.
Papers revealed
Pope’s short and sweet Twitter reveal, “’Papers, Please’ but small. August 5th.”, was paired with an image of the game running on mobile.
Answering the many questions of Twitter users in the subsequent thread, Pope confirmed “This one’s standalone” and not part of a subscription service. He also clarified that Papers, Please will release on Android and iOS phones and tablets, with mobile achievements included.
Earlier this month, Microsoft and Netflix unveiled their new partnership to support Netflix’s first ad-supported subscription plan.
Papers, Please on mobile will be a portrait-only game and took roughly eight months to develop. Besides “slightly adjusted” timers and a new interface, the content is said to be the same.
Twitter revealed the popularity of game discussions on its platform earlier this year, expanding on which games were the most tweeted about during Q1 2022 amongst the almost 800 million game-related tweets across the three-month period.
The release of Papers, Please sees another PC indie favourite reach mobile some years after initial release, following Subset Games bringing Into the Breach to mobile, albeit exclusively to Netflix subscribers.
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/news/79247/papers-please-confirmed-for-mobile/', 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'));