1980 gave us Titan, The Empire Strikes Back, Pink Floyd's The Wall, and Ronald Reagan.

An interview with the developer of Titan HD, Kristopher Giesing

iPad, Android

Titan HD was the first game I ever decided to review for Pocket Tactics more than year after its initial release. Its tabletop version was famously deep, challenging, and counter-intuitive, and is still played at conventions more than thirty years after its introduction into a hobby famously obsessed with the Cult of the New. More importantly, it’s also surging in popularity among users of our own forum, drawn not only to its classic gameplay but to an app which has been lovingly supported by developer Kristopher Giesing for almost as long as there have been tablets capable of holding it.

I managed to track down Kristopher and grill him about one of my favorite iPad apps.

Stately Play: How would you describe the audience for Titan HD?

Kristopher Giesing: First, passionate. Players regularly let me know that Titan is a game they’ve played and enjoyed for many years. Fans have tracked this game across several different publishers and now different formats. That’s a longevity of engagement that is incredibly rare in the board gaming community. Passion also means that players have strong opinions about how Titan HD should operate; I’ve done my best to accommodate those opinions, and hopefully that shows.

Second, niche. The breadth of appeal for the game has been limited, for a number of reasons that are discussed on forums at BoardGameGeek every so often. My hope with Titan HD was to expand the audience by making the rules take less manual calculation, as well as by providing an easy way for people to find real-life opponents. However, the choice to restrict the application to tablets has impacted the success of that goal. Eventually I want to produce a version of the game for other form factors, but the size of the Masterboard and the complexity of the information that needs to be presented have been challenging. So I’m likely to produce a desktop version of the game before a phone version, even though phones are far more popular.

SP: What has developing Titan HD been like, from a business perspective?

KG: That… is a long story. I first developed a software implementation of Titan in the late 90s using Java. In the early 2000s, I tracked down a representative of Hasbro at GenCon, who told me that Hasbro was unlikely to invest any effort in the title, even the effort of sorting out who owned the rights. (As you may recall, Hasbro had purchased Avalon Hill, but Avalon Hill’s rights relative to the original game designers was unclear.) I also talked to an IP lawyer about publishing independently, but that seemed very risky.

Then, in about 2008/2009, I learned that Valley Games was re-printing Titan. I contacted them, which took a pretty significant amount of effort; after a quick chat at GenCon 2010 and an initial positive sounding email exchange, things went silent on their end. Several exchanges later, I was about ready to travel to Canada and talk to them in person when I finally connected by phone. As it turns out, they were also considering other development options for an online version of Titan, including Big Daddy Creations, the developers of Neuroshima Hex (which, if you haven’t played it, is a really well done game and something of an inspiration for me personally). But Big Daddy decided the contract wasn’t to their liking for whatever reason and passed.

Over the first few months of 2011 Valley Games and I worked out the details of the contract. I had been actively developing the game for quite a while at that point on faith that the contract would work out. We finally signed sometime in late June/early July of 2011, and I crunched pretty hard to get the game out by the end of the year.

Things went pretty well for a while. Initial reception to the game was positive despite some pretty glaring lacks in the first version, such as the lack of introductory materials to ease new players into the game. Over 2012 I produced a tutorial video with the help of some friends and started working on the online play aspect. Sales were middling, but it was enough to justify my time as a hobby, and owning the development and production of a complex game like Titan was great experience that directly helped my career as a software developer in Silicon Valley.

Then, at some point, I got wind of the lawsuit against Valley Games. Now, there’s a lot of rhetoric on Board Game Geek about Valley Games, and I can understand why; Rik and Torben seemed to have bitten off more than they could chew running a company, and things had a tendency to fall through the cracks. Some of their business responsibilities stipulated in our contract never happened, like testing and marketing, and I picked up the slack quite a bit. But the lawsuit really floored them. I don’t know the details and probably don’t want to know, but it was obvious from my phone calls with Torben over 2014 that Valley Games was in trouble. They stopped sending me royalty checks (which I said was OK; as I mentioned, sales were only middling).

Sometime in 2015 it became clear that Valley Games was no more. After some more negotiations, Torben transferred control of Titan HD entirely to me in 2016; the final changes happened sometime around August or September of last year. There was quite a bit of consternation on BGG about the change as I described it; many posters felt I was opening myself up to legal action. However, the transfer actually has more legal weight than perhaps I described in my post (there are Apple contracts involved in transferring an iOS app, for example). Still, later this year I plan to retain another IP lawyer and go over my case.

In the meantime I’m planning to continue supporting the game the best I can. The 2.6.1 release (which I just posted about on the Titan HD Facebook page) may be the last one for a while as I sort through some of the business stuff.

A game has to get pretty mature before the developer starts working on giving players information like this.

SP: Do you have any interest in working on other games, or are you already?

I have the interest, but not the time. I’m not a full time game developer; I have a day job (also as a software developer), and a family. If development time on Titan ever tapers off I have a few ideas for smaller pocket-size games that I might work on, but it’s unclear when that would ever happen.

SP: Do you have any recommendations for rights-holders who seek dedicated development partners like yourself?

Well, I know my side of the story a lot better… I think if you find a developer who knows the game, you’re going to be better off. Contract developers are very efficient at doing exactly what you tell them, but it means you may need to do the production and interaction design yourself (or hire a designer for that).

I don’t know that there’s a secret to success. The industry is very finicky and every case is different.

SP: Has your work on the AI been largely informed by your own skill, or have you consulted others? Have you found any written work particularly informative?

I’ve definitely consulted others, but the AI is largely driven by the shape of the rule set as it exists in the game, which in turn was largely shaped by my own understanding. I’ve read David desJardin’s strategy hints, of course, and some of his hints were easy to translate into the AI, but some were difficult. The AI is still very weak at dealing with Titan battles and its understanding of end-game recruitment strategy is poor.

I’ve been working for some time now on AI strategies inspired by advances in go, another game I’ve studied a little. I worked with the author of Many Faces of Go for a while. He gave me some insights into how his AI works that I attempted to incorporate into Titan, but with limited success. It turns out that the AI design principles that work well for a deterministic game of complete information don’t translate directly to a dice-influenced game of incomplete information. There are also other differences that I strongly suspect are significant. For example, in go the game tree is always shrinking in complexity (the number of moves that can be made on turn N is generally one less than could be made on turn N-1). In Titan, however, the game tree continually expands and contracts as players consider movement, engagement, maneuvers, strikes, etc. The expansion and contraction makes it difficult for an AI to explore the possibility space in a way that gives reasonable results.

Now the big news of 2016 was Google DeepMind’s new go AI, AlphaGo. I’ve made some progress replicating their AI design for Titan; one advantage to this approach is that it can leverage the data accumulated from the online games that people have played in Titan HD, all of which are recorded. Implementing this strategy, though, is a tremendous amount of work, so I don’t know how long it will take for it to reach production quality. It’s become something of a personal quest for me to build an AI for Titan that plays as well as the best humans.

The key to AlphaGo is that it combines the basic algorithm of Monte Carlo Tree Search, which is explained relatively well on Wikipedia, with deep neural networks that shape the probability distribution used by the search. Deep neural networks are a much more complex topic than MCTS; I took several classes on this to get the basics down, and am currently using Google’s TensorFlow to help implement the network used by Titan.

There are a lot of different approaches to solving Titan using these tools, so I’ve spent quite a bit of time exploring to try to find the best one. My best guess right now is that the most efficient approach would be to treat each kind of action – move, muster, maneuver, strike – as a different mini-game, with a different neural network shaping the MCTS algorithm for each phase of the game. But of course that means basically replicating AlphaGo’s success several times over – hence the comment about it requiring a large amount of work.

Monte Carlo–the sort of place you’d want to build vacation destinations (like the casinos which explain the name of MCTS).

SP: Titan HD has been around long enough that you’ve been maintaining a single app across a number of substantial changes in the OSes and ecosystems. Have you observed any changes which had a substantial impact on your work?

For the most part I’ve tried to keep Titan HD insulated from platform changes, which makes more sense for a game than for other kinds of apps. iOS and Android have each presented their own challenges. The game is implemented as a hybrid HTML5 app, which for the most part has worked out well, but on Android the HTML5 support is inconsistent across devices, and I’ve given up trying to support devices running versions prior to Jellybean (4.2). Then on iOS the policies around what WebView can do has changed over time, so nearly every iOS release I’ve had to spend a few days reworking something. iOS 10 was actually the first time Apple didn’t break Titan HD with an API change, but it also came with the removal of a good part of Game Center, which I still haven’t fully dealt with.

Probably the most frustrating thing about developing for iOS is the forced upgrade chain. In order to build on newer iOS versions you have to upgrade Xcode, which forces you to upgrade OS X, which forces you to upgrade some non-trivial number of other apps. Then support for older versions of iOS disappears in the chain. I’m currently running two different versions of Xcode: 8.1 so that I can debug on recent iOS versions, and 6.4 so that I can release software compatible with the iPad 1. This is most likely the last time I’ll be able to manage that trick; Titan HD 2.6.1 might be the last iPad 1 compatible release.

Liked it? Take a second to support Stately Play on Patreon!

Notable Replies

  1. This is awesome! Thanks so much, Kelsey!

  2. Avatar for Hardco Hardco says:

    A great interview! Almost enough to get me to try to learn this game again (I haven’t looked at it since version 1)…

  3. A great interview! Almost enough to get me to try to learn this game again (I haven’t looked at it since version 1)…

    I had the same thought…reinstalling on my iPad now for one more try.

  4. Avatar for athros athros says:

    I reinstalled it 2 updates ago and am realizing how much I’ve forgotten :slight_smile: Overall it’s an amazing implementation!

    I’d get in on the Titan games that @JammaTal is running, but I’d get crushed!

  5. Not necessarily. I don’t think any of us are good, except maybe @JammaTal :slight_smile:

  6. Thanks Kelsey! Awesome interview!

    A pity a guy like Mr. Giesing can’t dedicate more time for his hobby.

  7. Thank you for this great interview, Kelsey!
    i’m so impressed by what Kristopher called his “personal quest” to bring the A.I. up to new heights.
    and i’m terrified how much trouble and effort the constant strain of iOS updates pours down on developers.

    to learn that each iOS update (except 10) broke the app frightens me. and that it costs “a few” days each time to bring it on again, repairing whole chains of codes and supplementary apps.

    Kudos again to Titan for offering at least a workaround for the most important lost part of GC: being able to add new friends for sending invites.
    you can meet in the lobby to add each other to Titan’s own “favorite players” list.
    i have just added JMH.75 as new friend this way, so i could invite him to our 6P game.
    the game has just started btw.

    i can so much recommend playing the “new” Titan with game log, complete overview of all own legion stacks’ contents and an option to stick notes on each stack. great new comfort.
    eg when tapping on a legion to move it, the content is automatically displayed now.
    had been a bit finicky before to look into each stack.

    thanks again to Kelsey, and thanks to Kristopher for this great game and even greater never ending support and passion to keep improving the app!

  8. nooo! sounds like a threat to me :grin:
    you are always such a splendid opponent! and so often the winner :hushed:

  9. not really. really not really :upside_down_face:
    i have played some open lobby games with real experts.
    i was so impressed by their performance and happy to learn tit and tat.
    Stolen Mojo (rating 1903) and tobbe73 (1992) come to my mind.
    most ingame time i spent running away scared :joy:

  10. Avatar for Hardco Hardco says:

    Ugh… This looks like a lot of work. And given the work ethic I put into preparing for the Summoner Wars tournament, this might not happen…

  11. Avatar for js619 js619 says:

    I have yet to win a Twilight Struggle game against @Hardco, yet I keep coming back for more…

  12. this game is worth any effort! don’t give up! it will pay back.
    but wait…let me think twice…
    Hardco coming to a deep strategical and tactical game…
    ookay, better stay away. it’s really a tough cookie to bite :smirk: :grimacing:
    phew…
    now i must find a way to keep Holsten away from this :flushed:

    btw i think Titan could be called “the elder grown up (tabletop) brother” of Summoner Wars?

  13. I’d second that. SW is very rewarding! And no money sink like MtG or HS etc. Although there are dice involved, I found them good to keep things a bit uncertain and gripping. I almost never felt a game was decided by dice rolls alone.

    Nightfall is another awesome game by playdek and at least as rewarding. It has a very small player base though (I am one of them THIMC) and Playdek did not bring out all expansions.

    Ascensions in comparison feels like a slot machine, very luck based.

  14. Avatar for Hardco Hardco says:

    The surest way to get people playing Titan is to run a tournament! I’d play, even if I was a doormat…

  15. You gotta love the effort and passion that goes into keeping a port of a fairly obscure '70s boardgame up to date and feature-rich.

    The App Store would be a much better place if more developers had this level of dedication.

Continue the discussion discourse.statelyplay.com

Participants