Creating a Scalable Matchmaking Service

Creating the Matchmaking Service

We’ll use Java in conjunction with Google App Engine to create our matchmaking service. If you’re unfamiliar with GAE and Java, you can get started here.

In order to match players with one another, the service needs to keep track of active matches being played and whether they have open slots for players. To notify the service of their status, Hosts need to periodically “ping” the matchmaking server letting them know that the match is still active and how many players are in it. A peer-to-peer game won’t have a “Host” in the client-server sense, but there should still be an authority reporting the status of the match. We’ll create a class called “Heartbeat” to represent this “ping” data. This is the central datatype of the service.

me

About Me

I’m a game developer who’s extremely passionate about video game development and games in general. I've worked in the industry for quite some time and I like to share things I’ve learned and anecdotes from the industry here on this website. I work as a Network Programmer, but I have a deep rooted interest in level design.

LinkedIn

Subscribe for your newsletter

Stay in touch and get updates whenever Quantum Rarity is updated.