Starcraft II

From Overdensity
Jump to: navigation, search

Summary

With this code pattern for the Starcraft II enthusiast, you can actually improve your game. This pattern helps you achieve your goals, whether you’re a developer wanting to find interesting insights by using replay analytics, or you’re a professional player looking to ramp up your gaming skills. Learn how to create data visualizations with Jupyter Notebooks, including the capability to analyze Starcraft II data.

Description

Starcraft II is a real-time strategy video game that has more than 240,000 active players worldwide and numerous competitions to showcase the best in gamer strategy. This code pattern uses Jupyter Notebooks to analyze StarCraft II replays, create data visualizations that are based on player activity, and extract interesting insights about the winners and losers.

With this pattern, you master how to:

  • Create and run a Jupyter Notebook in IBM Watson™ Studio.
  • Use IBM Watson Studio Object Storage to access a replay file.
  • Use sc2reader to load a replay into a Python object.
  • Examine some of the basic replay information in the result.
  • Parse the contest details into a usable object.
  • Visualize the contest with Bokeh graphics.
  • Store the processed replay in Cloudant®.

https://github.com/IBM/starcraft2-replay-analysis/blob/master/README.md

[1]