A brief confession: I do not usually think about mathematics when I play computer games. Maybe others do, but I don’t. Sure, there is programming and math within the game, but I have never considered applying mathematical ideas to the play of games. Matthew Lane, the author of Power-Up, has given this thought and written a highly readable, fun, and educational book. He shows us how to apply mathematics to many different computer games and gives a tour of far-reaching mathematical ideas.
We discuss parts of four chapters from the book to give an idea of the level of mathematics Lane uses and to see the breath of his ideas.
Our first example is from the chapter titled “Repeat Offenders.” In February 2012 the game company OMGPOP released its game Draw Something for mobile devices. The game was similar to Pictionary ― players draw a picture from a selected word ― and within two months it had been downloaded over 35 million times and had 15 million daily users. It was so popular that the gaming company Zynga paid nearly $200 million for OMGPOP in March 2012. The number of daily users peaked in April 2012. After thirty days, however, the number of daily users shrunk by 40%, from 15 million to 9 million. At the end of summer 2013 Zynga closed OMGPOP despite paying close to $200 million for the company less than two years prior.
What happened to OMGPOP and its game Draw Something? Math, that’s what.
At the release of Draw Something, Justin Davis wrote a prescient article saying the game had too small a word pool to work. How small is small? The word pool was estimated at 2000 words. It may seem that 2000 words is fairly large. Lane shows the reader that 2000 words is not nearly enough. Let’s see why.
Here’s how the game is played. A player is presented with three words from the word pool, each with a varying level of difficulty to draw. The same three words are always presented together as a triplet. With an estimate of 1800 words a triplet means there are 600 unique triplets. Lane estimates daily active users saw 480 triplets over a thirty day period, including duplicates. The expected number of duplicates for 480 triplets out of a pool of 600 is given by the number: R(480, 600) where, for the general case, \[ R(k,N) = k-N \left( 1-\left(1-\frac{1}{N}\right)^k \right).\] (The author derives this expression step-by-step.) We find \( R(480, 600) = 149.4 \) duplicates, which means 30% of the selections seen over month are duplicates. After a while, players tire of the duplicates — the popularity of the game plummeted.
Our second example is “What’s in a Score?” Here we meet more lovely mathematics and Lane shows us just how deeply one can go just by looking at game scores. The player of the game Sunny Day has to jump over cars and with each jump he scores points. At the end of game, he gets bonus points. The question Lane asks is: Can you tell what the player did by looking at the score? The question seems either simple or unanswerable. It is not generally unanswerable because we see other games in the book with scoring that does, in fact, have only certain possible values. For example, Lane shows us how to recognize fictitious high scores.
In Sunny Day, however, the question is not simple. Lane shows the score is a sum of square integers. He analyzes scoring by looking at partitions of integers and shows us just how many partitions there are as the value of the integer grows. Along the way we see Hardy’s and Ramanujan’s closed-form approximation for the number of partitions and we enjoy ever more mathematics. I was amazed that Lane could take the simple idea of a score and use it to present so much mathematics.
Our third example is “Gaming Complexity.” In this chapter Mr. Lane shows us how the simple game of Tetris is actually computationally difficult. The ideas of P- and NP-complexity appear when we find some problems are difficult to solve, but easy to check if a solution is correct. Tetris, for instance, is NP-complete so we don’t have an algorithm to quickly play Tetris but if we were provided an algorithm, we could verify if it works.
An old favorite, Minesweeper, is here. Lane shows us the problem of checking the consistency of a board is NP-complete. I have played a fair share of Minesweeper and only checked local (very local!) board consistency. Yet, Minesweeper presents a fundamental idea of computation; who knew?
Our fourth and final example is “Order in Chaos.” Here we find mathematical billiards when Lane shows us games with bouncing projectiles to demonstrate chaotic dynamics. We see square configurations with projectiles having non-chaotic trajectories and we also see elliptical configurations so projectiles have chaotic trajectories. The author provides excellent explanations and more examples to leave the reader with an insightful understanding the ideas.
There are more games and surprises to be had, we have only touched on a few. Overall the book is excellent. Lane has written a high readable text with colorful illustrations. You won’t regret reading it and maybe Power Up will add a new level of insight to your computer gaming.
David S. Mazel is a practicing engineer in Washington, DC. He welcomes your thoughts and feedback. He can be reached at mazeld at gmail dot com.