Skip to main content

The story behind PUBG

The story behind PUBG 

 PlayerUnknown's Battlegrounds is the game that put the battle royale mode on the world map. But how was the way there? We took a look at its history.

The road to success began in Brazil


Brendan Greene is the person behind the game. He was born in Ireland but moved to Brazil to work as a photographer and web developer. During his time in the South American country, he found love and got married. Two years later, on the other hand, it ended and he headed back home to Ireland, and to quote himself: "I lived on welfare".

At home he started making his own way. The classic game Arma 2 was modded into DayZ: Battle Royale, which became a huge success. The eyes had been opened for the Irish Greene and the game development company Daybreak recruited him. But he did not stay for long.

Months later, he sat on an airplane to Seoul. The people behind South Korean Bluehole had been impressed by Greene's thoughts and ideas on battle royale games. His biggest challenge ever lay before him. Bluehole wanted him as creative director and PUBG was on the horizon.


2016 was the starting point for PUBG


In early 2016, they began to develop the game with an aim for release a year later. On March 23, 2017 it was finally time - an early access release to Steam came and it immediately became a success despite some bugs.

Success figures and challenges for PUBG


Just over one and a half years after the release, the game has sold 50 million copies across PC and Xbox One. On Steam's list of the most popular games, PUBG is still on top, before games like Dota 2 and Counter Strike: Global Offensive. However, despite fine numbers, they have challenges. The genre grows and challengers have appeared.

One of them is Fortnite, which is a similar game that has taken many active players from PUBG. However, Brendan Greene has welcomed Fortnite, in several interviews he has stated that his goal is to make the genre grow and that the way there is through new games.

PUBG Mobile now has more daily active users than Fortnite

It has been confirmed in a recent statement that along with 200 million downloads, PUBG Mobile now has 30 million daily active users, which is a huge number when it comes to online smartphone games. In comparison, a report, in November 2018, revealed that Fortnite has just 8.3 million concurrent players for its mobile version.

I hope you enjoyed the post.Thanks for reading the post please do share the post.



Comments

Post a Comment

Popular posts from this blog

Top websites to learn programming and web development

Top websites to learn programming and web development Hey guys welcome to an another interesting post, In this post we will discuss about the top websites to learn programming and web development.As there are many websites available to learn programming but there is only few sites which provides an interactive way of learning and implementing in their own inbuilt compilers. As a learner it is recommended to visit these websites if you want to learn more about programing. This article gives you some basic information about some of those interactive websites that help you sharpen your existing knowledge on programming We will see some best sites to learn Python,java and web development which will be useful to learn and develop. Best websites for Python and Django: Python is a high level programming language which is popular now-a-days in industry.so there is a need to learn python to update from the current technologies so here is the list of all best website to learn python 1. L...

Microsoft Unveils New Open Source Programming Language

Microsoft Unveils New (and Simpler) Open Source Programming Language Microsoft Research has introduced a new open source programming language called  Bosque  that aspires to be simple and easy to understand by embracing algebraic operations and shunning techniques that create complexity. Bosque was inspired by the syntax and types of TypeScript and the semantics of  ML  and Node/JavaScript. It's the brainchild of Microsoft computer scientist Mark Marron, who describes the language as an effort to move beyond the structured programming model that became popular in the 1970s. Marron believes we can do better by getting rid of sources of complexity like loops, mutable state, and reference equality.  This model builds on the successes of structured programming and abstract data types by simplifying existing programming models into a regularized form that eliminates major sources of errors, simplifies code understanding and modification, an...

Top 7 Backend Web Frameworks To Use In 2019

Top 7 Backend Web Frameworks To Use In 2019 When it comes to web app development, frontend as well as the back end development, both play an important role in creating an amazing business website. The backend web frameworks consist of languages and tools used in server-side programming in a web application development environment. The key to the successful back end development of web applications is choosing the correct stack, learning new databases and programming languages and understanding the server architecture as well. Developers play a fundamental role in full stack web development as they create the central logic around which an application runs and dynamically integrates it with the front-end. However, there are few things to be considered while choosing the top backend web frameworks for your next full stack web application development project. - Ease-of-use - Speed - Documentation - Community In this Post, we will discuss some top backend web frameworks for back end...