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

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


3m read
·Nov 5, 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, where Highrise is. We built Highrise, the app which is available on iOS and Android, and 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 Highrise 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 Highrise architecture to create more exciting social-first game experiences and worlds.

So for those that are not familiar, Highrise is a social-first design MMO. 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 Highrise and the Highrise experience compared to the multitude of games that you see in the app store is our design philosophy that we call social first.

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 metagame loop and finally sprinkle in some social features like clans, inbox, marketplace, as almost an afterthought. Under the social-first philosophy, what we do is we start with the messenger, a news feed for community, guilds, profiles, an economy, and a vibrant world, and then we add in the game.

In the case of Highrise, 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 mobile games today, which is the issue of long-term attention. A player joins Highrise 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 us to feel 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 Highrise.

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 percent app and fifty percent game. It is fifty percent Swift and Kotlin on the Android side and fifty percent 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 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 metagame of Highrise with something else. So maybe, I'm thinking like a hero collector where you're walking around in our virtual world collecting monsters to do battle with, with the exact same avatar world messenger guild system as Highrise, or an adventure...

More Articles

View All
Voltage divider | Circuit analysis | Electrical engineering | Khan Academy
Now I’m going to show you a circuit that’s called a voltage divider. This is a name we give to a simple circuit of two series resistors. So I’m just going to draw two series resistors here, and it’s a nickname in the sense of it’s just a pattern that we s…
The Trillion Dollar Equation
This single equation spawned four multi-trillion dollar industries and transformed everyone’s approach to risk. Do you think that most people are aware of the size, scale, utility of derivatives? No. No idea. But at its core, this equation comes from ph…
Worked example: distance and displacement from position-time graphs | AP Physics 1 | Khan Academy
In other videos, we’ve already talked about the difference between distance and displacement, and we also saw what it meant to plot position versus time. What we’re going to do in this video is use all of those skills. We’re going to look at position vers…
Parents: See how to get 24/7 homework help with Khanmigo | Personal tutor | AI Tutor
Hey parents, do you need help with your child’s homework? Let me show you how Kigo can help with homework today. So, I’m in Kigo and I’m in the activities tab, and I’m going to use the “Tutor Me” feature. All you have to do is, you or your child can copy…
Why You Shouldn’t Buy A Home In 2024
What’s up, Graham? It’s guys here, and uh, this is really bad. Even though I didn’t think it could actually be possible, a new survey just found that 90% of millennial home buyers have regrets about their first home purchase. Unlike previous years, I have…
Bonus Episode: Bicycles, Better Angels and Biden | Podcast | Overheard at National Geographic
Every four years during the third week of January, the presidential inauguration takes over downtown Washington, D.C. Okay, it’s uh Saturday afternoon about 2:30, and I’m about to ride my bike into D.C. and just do a kind of a loop around Capital Mall. It…