Link: SJG Report to Stakeholders

Business information is not easy to come by in the tabletop games industry. Hence, any data that appears is highly to be prized by anyone who wants to make a living–or even a reasonable amount of pocket money–in board games. There’s a lot one needs to know, and much of it can only be learned by experience.

Fortunately for all of us, SJG releases an annual Report to Stakeholders. It represents a wealth of knowledge on topics ranging from marketing to management to production, and even on what a major player in the business sees as key industry trends. While obviously it’s not enough to be the foundation of a business plan, it’s still a great window into one company’s process.

As time has gone on I’ve had to become more interested in the business aspects of game design, for better or for worse. SJG’s reports are a valuable resource for the entire community of design professionals. They’re worthy of study.

Advertisement

Link: AlphaGo’s Impact on Go Strategy

I’ve always thought of top-flight AI players as a sort of death knell for strategy games. That way lies solved systems, where memorization is king. A blog post about AlphaGo, however, suggests a different use for them: exploring new tactical avenues .

In sum, the article points out that AlphaGo (a very skilled AI player of the classic game Go) sometimes does things human players have long written off as ill-advised. Never embarrassed by the risk of making a rookie mistake, and able to think about the entire board with each move, AlphaGo explores strategies that the Go world has dismissed or even actively rejected. That allows it to find not just new sequences of plays, but to reveal innovative approaches to the game.

RoboRosewater showed us that computers can help us brainstorm. AlphaGo has a new lesson on offer: if a game is deep enough, AI players can direct us toward avenues of complexity that humans have yet to explore. Computer assists can be valuable at both ends of a game’s lifecycle.

We’re Back

Thanks all for your patience while I was away!

Privateer Press formally opened their publicly-accessible playtesting today. I’m eager to see how it works out; running good playtests is demanding, so both the company and the community have their work cut out for them. Here’s hoping for good things; public beta tests could be more valuable than I think they have been for many outfits that have tried them, and I would love to see Privateer Press taking a lead in this area.

In the meantime, I think it’s interesting to see how Privateer Press describes playtesting. Many designers considering public betas have to figure out how to explain what they need to a competitive player community. The linked document is one of what I hope will someday be many examples.

Link: How the Hearthstone Designers View Data

It’s a given that large-scale digital games like Hearthstone can collect a lot of data. More interesting, I think, is how the designers interpret what they gather. What kinds of information do they use? How do they interpret the patterns they see?

Those questions make this post by Ben Brode, Hearthstone’s Game Director, worthy of study. He highlights particular statistics, and notes what they mean to the Hearthstone design team. It’s a great window into how professional designers running a major product grapple with both design problems, and the overwhelming amount of raw data that’s meant to help them address game issues.

Link: Humble GameDev Software Bundle

Humble Bundle is doing another of its game design-relevant software packages. As usual, it’s a great deal. I can’t speak for most of what’s included, but PICO 8 by itself makes the bundle worthwhile.

PICO 8 is a “fantasy console”–a program that enables people to make games, and then runs the games they create. In PICO 8’s case, the goal is to make games that wouldn’t look out-of-place on 8-bit consoles like the original NES. All the necessary tools, from a sprite editor to an audio creator to a programming IDE, are built in; you make games without needing to leave the PICO 8 framework.

One of the joys of game design is exploring the capabilities of new tools, seeing what they offer and feeling out the interesting effects of the constraints they impose. The current Humble Bundle is a wealth of opportunities to do just that; how often do we try to make 8-bit games these days? Give it a look.

Link: Red Blob Games

Computers do all sorts of great things. Unfortunately, taking advantage of a computer’s unique capabilities–pathfinding, generating content mathematically, effortless line-of-sight evaluations, etc.–can involve getting through substantial technical barriers. If you’re being kept from your design goals by one of those walls, I strongly recommend taking a look at Red Blob Games.

Red Blob Games does two things that are very, very useful in providing code help. First, it has lots of examples. Second, and perhaps more importantly, it explains clearly how things work. The examples are all the more useful as a result, and it’s (relatively) easy to envision the changes needed to build the implementation you need for your particular project.

Some ideas hinge on a technical thing that must work. If your technical thing is on Red Blob Games’ pages, that’s a big head start. Give them a look.

Link: Eric Lang on Design & Development

One of the hardest things to figure out, when I was just starting to design games, was the workflow. What was the to-do list? How would I know when I had done a good job at any given step?

This series of tweets by famed tabletop designer Eric Lang offers one possible answer. He explains what design-and-development system made famous by Wizards of the Coast looks like when done properly. It’s a valuable set of guideposts for those looking for a way to structure their design experience.

Link: the Nebraska Problem

Having recently begun to work with procedural generation, I have a new appreciation for how powerful the technique is—and how difficult using it to produce something realistic can be. Thus, I was struck by this discussion of procedurally laying out grass in The Witness. It’s a thorough and engaging look at how one can confront this type of problem.