Blockchain gaming: putting the state on-chain

Edward A Thomson
8 min readJan 2, 2019

--

tl;dr: online games are entirely centralised, but blockchain could improve that.

First off, I wish to wish everyone a Happy New Year! In this piece I’m going to outline my thoughts about putting the entire game state on to a blockchain. Not just simple transactions but everything! That would include all actions, or at least the outcomes of each and every action.

I should state that this is a personal piece so it doesn’t benefit from the great editorial abilities of my colleagues! I’m doing a bit of future gazing here and trying to imagine what the future online (and blockchain) gaming would look like. I think such a future is possible, and that Polkadot will make it possible.

State of the art: current blockchain games

To say that I’m excited about the future of blockchain gaming is an understatement. In this article I’m going to lay out what I’d like to see from future blockchain games.

While CryptoKitties was a big hit, it wasn’t a game that interested me. It did highlight the scalability issues inherent within the current generation of blockchains. That said, I was suitable impressed with the PlasmaDog game created by Hoard Exchange. I saw them demo it at DevCon IV.

It’s a fun game and illustrates a promise of things to come. To the best of my understanding the game state doesn’t exist on-chain; however, it does leverage OMG for ownership and trading of Plasma Dog tokens.

Plasma Dog: An in-game shot I took while playing.

For future blockchain games I think it will be necessary to use application specific chains (cf. parachains / sidechains / dappchains). This is necessary to prevent the parent chains from becoming bloated with game data, espescially if the entire state of a game is to be stored on-chain. Before I outline how that might look, I will describe how current online games work and point out some of the problems that the model has.

The current model of online games

Some of the most popular games today allow you to play alongside hundreds of other people in an online world. At the core of these games is the ability to be involved in shared experiences such as cooperative tasks and storytelling.

Typical gameplay activities are:

  • Players fighting with and alongside other players.
  • Earning experience points to improve character abilities.
  • Collecting and spending in-game currency.
  • Collecting and purchasing items (including wearing such items).

Servers for the most popular games are online 24/7 and boast an incredible amount of player activity. This underscores the fact that the industry is both healthy and growing.

The relationship between the player base and developers could be summarised as “the players pay for the privilege of accessing the game”. The payments cover the costs of development (both initial and ongoing) and the costs of hosting the game servers. It is right that developers earn money for their development efforts and are able cover costs for hosting the servers. It is also fair for the company to make profit and thrive.

Problems of ownership

I hold a deep appreciation of developers to create and maintain great games, but there are problems with the current model. All of this activity and its associated value are ‘locked’ into silos. All game data is owned by the development company and stored in centrally hosted databases. This is a peer-to-server relationship.

Should the development company go bust, the servers will disappear. Your character will be gone and any items that players collected or purchased will vanish. This is a huge loss if you consider that players spend hundreds of hours clicking rocks and killing monsters. The rewards of such efforts would also disappear.

That’s bad enough, but it is also possible for players to lose their character (and all of its value) should they fall foul of arbitrary rules. I don’t mean cheating, but rather developers may delete old accounts if the player hasn’t performed a particular action within the last X number of months.

This is a big problem because in-game items can be worth hundreds or even thousands of dollars. A few examples:

An in-game shot from EVE Online (Source: Wikipedia)

All of this value is centralised and often locked to the developers. While real money trading is possible in Entropia Universe, many developers also forbid the sale of in-game items for real money.

The advent of blockchain technology in gaming will unlock this value for players by allowing true ownership.

Problem of action verification

In the previous section I outlined the fact that online games are entirely reliant upon the development company. All game data had to be stored in centrally hosted databases (peer-to-server model). This architecture was necessary given what technology has been available hiterto.

Whenever players perform an action, this database is updated to reflect the change in state. For example, when a new character is created the central database will be updated to reflect this change. Likewise, it will also be updated for players moving around in the world, items being traded, monsters being killed, and so on. These updates are analogous to the state transitions of blockchains.

While the current state of the game is stored centrally, it receives updates from the client software installed on players’ computers. This require a very high level of trust in players not to modify the client software and behave maliciously. I believe the number of real-time checks upon the state are limited because they would hinder performance.

The lack of checks mean that players may find a way to duplicate items and in-game currency, or inject code and perform actions that are beyond what the game allows. Such cheating can include being able to move through walls or fight with greater speed. Eventually, such actions can be detected after honest players report the abuse, or when developers perform consistency checks on the game data.

These are not new problems. Developers do get better at detecting malicious activity over-time but it would be better if the game could prevent them in the first place.

Elite: Dangerous has allows for some P2P data transfer but doesn’t do proper consistency checks (AFAIK!) (Source: Tobii)

Interestingly, Elite: Dangerous using a hybrid of peer-to-server and peer-to-peer networking in order to cut down on bandwidth costs. This is pretty cool; however, the game assets are still essentially owned by the company. I haven’t checked whether RMT is allowed. From previous discussion with a friend who plays the game, the game enables huge player versus player battles via P2P but consistency checking is lacking!

A new model for future online games

It should be obvious given what we know of blockchain technology that these problems are solveable. The architecture for the solution I am envisaging would be similar to Polkadot: the use of state transition functions to update the game state and the use of state transition verification functions to verify that the update provided was correct. Refer to my article: Preparing to build on Polkadot.

Players will provide updates to the game state via the client software (as before), but now the state is held on a chain. I think it should be fine for the client to “summarise” the actions that occur within some timeframe (e.g. 5 seconds) and then just send out a digest of the player’s actions to the rest of the network. This data essentially constitutes a transaction (an extrinsic in Polkadot language).

Transactions will be sent to the collator nodes who hold the current game state and all previous history (cf. a full node). As the actions contained within an extrinsic could be complex a collator may should perhaps only perform a verification of the actions rather than be expected to calculate the full replay of the actions. Bad extrinsics should be immediately discarded, and all of the good extrinsics would be bundled together into a block and added to the chain.

New blocks are then propagated to nodes that require an update of another player’s state. One problem here is that blocks could contain thousands of extrinsics where most of the actions are irrelevant to an individual player. You only really need to be sure that your own actions were included into the block, and that the players nearby are also behaving correctly.

I think it is fine for the client software to only save a local copy of a player’s actions but also to transiently store the data of other nearby players. This will necessitate that game clients perform lightclient proofs (in the blockchain sense) to ensure that nearby player actions are valid. I dare say there are optimisations that can be done to improve latency and potentially something interesting with L2 and off-chain scaling too (ultimately, with state being fulled stored on-chain though).

One subtlety here is that collators in Polkadot don’t tend be the ones doing state transition verifications, but rather they tend to perform the state transitions themselves. However, collators are fully customisable for whatever your use-case is. For simple blockchains the only necessary calculations are those of transaction validity. In those cases, it is feasible for a collator to perform all such calculations.

My suggestion here ought to allow for peer-to-peer gaming that’s fully verifiable. Moreover, the nodes hosting the game data (collators) could be incentivised to hold the data while bad behaviour can be discouraged through slashing. Even players could be slashed a penalty for submitting bad extrinsics. Naturally, that would require coins to be staked in both cases.

I say nothing of game performance just yet, as any game that implements such an architecture will necessarily be simple to begin with. As techniques improve we will be able to allow for greater complexity in the state transition functions.

I think my proposition here should enable blockchain technology to protect the entire game state. This should help to cut down on cheating and item duplication, while also providing the exciting possibilities offered by true ownership. I also hope that we will see the day when there is cross-chain trading via interoperating blockchains.

This suggestion is fairly theoretical at the moment but I’d love to see someone start to flesh something out, particularly making use of Parity Tech’s new Substrate framework (mostly because I want to see a game that will exist within the Polkadot platform).

Parity Technologies recently released Substrate v1 beta.

Up next….

In the next post I delve into the idea of putting the game state on-chain. I propose how to build a simple online RPG game. I also discuss how I think Polkadot can be used to power the future of online games.

Next post: Using Polkadot to power the future of online multiplayer games

About me

Currently, I work at the Web3 Foundation, covering numerous responsibilities (such as security and communications). This blog is of a personal nature. It just so happens that my hobby aligns with work.

One of the main projects of the foundation is the Polkadot network. A next generation blockchain platform. To read more about the innovation that Polkadot is bringing to the blockchain industry I invite you to read the following blog post: link.

Questions / Comments?

You can create a reply to me here on Medium, or reach out to me on Twitter: @EAThomson.

--

--