yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

MMOs in the Instagram Era: Highrise (S18) - YC Gaming Tech Talks 2020


3m read
·Nov 3, 2024

Processing might take a few minutes. Refresh later.

Um, hi everybody! I'm Jimmy, I'm the co-founder and CTO of Pocket Worlds. We're High-Rise, and we built High-Rise, the app which is available on iOS and Android. I think to date, it has over 5 million downloads, and we're grossing over a million a month in revenue.

So today, I'm going to walk you guys through the process of designing and building an MMO game in this era of mobile apps and social networks. I'll talk about the architectural design decisions that we made that enable High-Rise to feel simultaneously like an app and also a game, and why that's really important. I'll also talk about our vision as Pocket Worlds and how we plan to leverage the High-Rise architecture to create more exciting social-first game experiences and worlds.

For those that are not familiar, High-Rise is a social-first design MMO. Player players come in, they design an avatar, they build an apartment, they go into this fully user-generated world to visit other people's spaces and take part in challenges. The unique part of High-Rise and the High-Rise experience, compared to the multitude of games that you see in the app store, is our design philosophy that we call social-first.

So with traditional game design, you often have a game designer that would come up with a game, a mini-game concept, and then would build out a meta-game loop and finally sprinkle in some social features, like lands, inboxes, marketplace, as almost an afterthought. Under the social-first philosophy, what we do is we start with the messenger, a news feed for a community, guilds, profiles, an economy, and a vibrant world, and then we add in the game.

In the case of High-Rise, that game is a straightforward fashion contest where you design outfits and compete with other players. The core part of why social-first works is that it solves the critical piece that's missing in most all mobile games today, which is the issue of long-term attention. A player joins High-Rise for the design game, but they really ultimately stay for the friends they meet in our world.

But as you can see, kind of from the screenshots on the left, our heavy focus on social features really requires a UI that feels like an app, very much like Snapchat or Instagram. Otherwise, users will come in, play the game, make their friends, and then really move to those other platforms once they're done and kind of gotten everything they can out of the game, and that's precisely what we saw in the early days of High-Rise.

So to achieve that user experience, we really realized that we must leverage the UI capabilities native to iOS and Android and could not rely on anything that game engines like Unity can offer. There's just really no way that Unity could compete with Apple's 40 years of experience perfecting fonts and UI animations.

So the architecture that we came up with actually mirrors our product's position of being 50% app and 50% game. It is 50% Swift and Kotlin on the Android side, and 50% C++. The Swift component handles all UI to create the silky smooth native feel, and the C++ component handles the game engine, the world, the avatars, business logic, and is shared as a sub-module between iOS and Android.

The components are seamlessly integrated via a system of bridges that are separated by feature, which creates a nice little microservices architecture that we can swap components in and out of. The bridging between the components is achieved using Objective C++ on the iOS side and JNA JNI on Android. The secondary objective here is, of course, to offload as much of the heavy lifting as possible into the core to help with cross-platform development, which we were able to achieve.

So I think what's more interesting is that this architecture really enables us to create different games and products that offer different experiences by swapping out the mini and the meta-game of High-Rise with something else. So maybe, I'm thinking like a hero collector where you're walking around in a virtual world collecting monsters to do battle with, with the exact same avatar, world, messenger, guild system as High-Rise, or an adventure fishing game. But yo...

More Articles

View All
Advice for Students and Recent Graduates on Finding Jobs – Liz Wessel of WayUp
At what point did you know you wanted to start a company? Um, so my sophomore year of college, I was at Penn, and I actually started my first business at the end of sophomore year. I went to Stanford for a three-day boot camp called Basis Entrepreneurial…
Adding 2-digit numbers without regrouping 1 | Addition and subtraction | 1st grade | Khan Academy
Try to pause the video and figure out what 71 plus 24 is. All right, now let’s do this together. So let’s think about what 71 actually means. Well, we have a one in the ones place. Let me make this clear. So this is the ones place and we have one one. So …
Mastery Goals on Khan Academy
In this video, we’re going to explore Khan Academy’s Mastery goal system. At Khan Academy, we’re committed to the concept of Mastery learning, which is embodied in our Mastery goal system. But what does Mastery goal mean? Essentially, it is a tool that al…
how to learn a language on your own | study tips 📚🌎
Hi guys, what’s up? It’s me, Dudy. Today, we’re gonna talk about how to learn any language on your own, and I’m gonna give you some study tips and also the methods that I’m gonna use for learning Italian because I moved to Italy and I don’t know Italian …
Bill Ackman Predicts Massive Economic BOOM | These are the Stocks He Owns
Billionaire investor Bill Ackman runs one of the most closely followed stock market portfolios. In this video, we are going to talk about what stocks he owns and, who knows, you may just get an idea for your own portfolio. Let’s jump into the video! Befo…
2015 AP Chemistry free response 1e | Chemistry | Khan Academy
The only common oxide of zinc has a formula ZnO, zinc, and then you have your oxygen. Write the electron configuration for a zinc atom in the ground state. So, there’s a couple of ways that you could do this for the electron configuration. Let’s first id…