Gaming
Articles about multiplayer game development, from player state sync to social features like chat.
GamingMay 15, 2018
Real-time Data Synchronization with Unity and PubNub
Unity SDK with PubNub. Data synchronization, which ensures that two or more clients are synced, is essential for multiplayer games specifically.
GamingMar 7, 2017
Building a Multiplayer Hangman Game for iOS in Swift
How to build a multiplayer hangman game for iOS using Swift and PubNub BLOCKS.
GamingAug 29, 2016
DIY Pokemon Go App with Android Push Notifications
An Android application with a map that displays Pokemon from Pokemon Go around you and uses PubNub for Android push notifications.
GamingJan 13, 2015
In-Game Notifications for Multiplayer Games
This blog post/tutorial features Rect Rangle is a browser-based game using HTML5 and JavaScript, that uses PubNub for in-game notifications.
GamingJan 8, 2015
WebGL, DOM, and Physics w/ Famo.us Mixed Mode
This talk demos Famo.us Mixed Mode, a javascript framework for building user interactive UIs entirely in the browser, mixing WebGL, DOM, and physics.
GamingNov 12, 2014
Building a Browser-based Game w/ a Phone Controller
This tutorial shows you how to build a second screen game in a web browser with JavaScript that uses a phone controller.
GamingSep 4, 2014
DIY Minecraft: Multiplayer Voxeljs with PubNub | PubNub
Tutorial and live demo on building a DIY multiplayer Minecraft with PubNub and Voxeljs. It's multiplayer Voxeljs!
GamingAug 27, 2014
Creating Private Chat Requests with Popup Alerts
This blog post walks you through how to spawn a private chat request with an alert popup to connect users to a private chat.
GamingAug 20, 2014
Enabling Users to Create Chat via Private Channels
In this blog post, we'll show you how to enable users to create private chat rooms with other users using private channels.