Political Animals

The first game made by Squeaky Wheel Studio, and was published by Positech Games. In this election simulator, you play as presidential candidate in a world of animals. This game is inspired by third world politics, and forces the player to make moral decisions during the campaign. In this game, we wanted to show the tradeoffs done by politicians to win elections.

 
 



Political Animals is a Third World(developing country) Election Simulator with cute animals! As a presidential candidate for an island of talking animals, the player must use their time and resources wisely to defeat their opponent. The player can run a clean campaign and focus on their platform, or play it dirty by using tactics like bribery, or spreading scandals about their opponent. The game was in development for two years, and was published by Positech Games

Although the game wasn’t a commercial success, I’m proud of the game for its potential use in teaching Civics being included in Common Sense Education Best Edtech of 2017.  The game has been showcased at Tokyo Game Show 2016, PAX Seattle, EGX and Busan Indie Connect. The game is now available on: Steam , Humble Bundle and GOG .

image-asset.gif
image-asset.jpeg


Initial Design Process


When I joined the team to develop the game, there was already a concept based on an existing game jam game. The team decided what the game experience would be, and this was to ‘show how elections happened in 3rd world countries’(specifically in the Philippines):

  • Personality Politics

  • Cheating and scandals


We wanted to show players how hard it is to run a clean election. Knowing this I proceeded to design the game. I started by making a rough paper prototype, a board game so that we could playtest the game before implementing it in code. Once we were happy with the prototype we proceeded to actual development.

Here we are doing paper prototype playtests in the mall. Fun times! (Me on the left with the laptop)

Here we are doing paper prototype playtests in the mall. Fun times! (Me on the left with the laptop)



Conducting Playtests


To know more about our players, I conducted short interviews and playtests during several events(like game jams). I talk about our playtesting process right here. During the playtests, players commented that they were quite surprised with themselves, thinking that even though they wanted to run a clean campaign, they gave in to using dirty tricks. I was quite proud of this moment since not only did we get our message across, but the player’s learned something about themselves.


Designing Mechanics

This is an excerpt from an article I wrote about how I used Machinations in designing the mechanics of Academia:


Party Animals is a 'territory acquisition' game at its core. The main objective of the player in the game is to get more reputation than his opponent before the election, and he does this through various means like campaigning, bribing, and participating in game events.  Look at the diagram below:

machinations1.png


More often than not, actions that give the player reputation also require that the player spend campaign resources. There are two important campaign resources in the game: gold and command points. I will not explain the specifics here but for the purpose of showing mechanics I reduced both resources into the resource Funds(see B in the diagram).  

Another thing of note is that the player can also spend funds on various actions like rallying(raise voter concern on district issues), and gifting patrons(improve patron relationship) which improves the efficiency of his campaign.  By efficiency I mean getting more reputation for the same(or less) amount of funds. 

Now let's take a look at the different elements shown in the diagram:

A.  Fund Production - The triangle with an asterisk(A) is a source node. The source node produces funds and the resource connection(arrow connecting  node A to node B) stores the funds into the players Fund pool(node B). 

B. Fund Pool - The circles in the diagram are called pools and they store resources, in this case funds.

C. 'Get Reputation' Converter - The sideways triangle is called a converter.  Converters take in resources as input and transform them into other resources. If you take a look at the diagram you can see that there are two resource connections leading to C , 1) [B toC] , and 2) [D to C] . What this means is that in order to get Candidate Reputation(node E), the player needs to convert funds and District Reputation(node D). Without funds or available District Reputation then the player can't 'mine' reputation.

machinations2.png

E. Candidate Reputation - Also a pool node, getting as much candidate reputation by converting district reputation and funds is the goal of the player in the game.

F,G. Campaign Investments - As stated above, the player can spend funds to improve the efficiency of his campaign so that he gets more reputation by expending less resources. Node F is a converter node which represents all actions in the game which can help the player gain reputation. 

As an example, a candidate can give gifts(spend gold) to a patron to get bonus reputation when campaigning in the patron's district.  

machinations3.png

When the candidate 'invests in his campaign' by spendingfunds, an investment resource is produced from node F and stored in node G. As shown in the diagram, node G is connected to resource connections [C to E] and [D to C] by state connections( dashes). This means that whenever an 'investment resource' is stored in node G, [C to E] and [D to C ]increases by 1 which in turn means that the player can mine an additional reputation resource.

H. End Game Condition - This node determines how the game ends. The state connection [D to H] shows that the game will end when District Concern( node D) is depleted (less than or equal to 0).  Note that this end condition is used only for the purpose of this article.

As stated at the beginning of the post, the diagram shows the game-play from a high level point of view, thus a lot of the game mechanics which will make the game more interesting are missing. But it does show the following:

1) The player has funds to spend.

2) The player spends funds to acquire reputation.

3) The player can invest in his campaign in order to maximize the use of his funds. Which is what the player will be doing throughout most of the game. Now it's only a matter of breakingthese three down or elaborating  on them to make the game more interesting.

Key Concepts to Understand

Some of the skills I think is important when designing games using Machinations are:

1) Abstraction

In the diagram, I've grouped together several game mechanics and reduced them to a single node. For example, the Campaign Investment node groups together mechanics in the game which the player can spend funds on to improve the amount of reputation he can 'mine'.  Learning how to 'see' similarities in mechanics and how they can be grouped will be useful when trying to model game mechanics in machinations.

2) Learn to think in terms of relationships

Game mechanics in machinations are represented by nodes,  resource and state connections. It's important to understand how mechanics in your games are related to each other. When designing games using machinations think about how the different mechanics in your game work together.

3) Learn to see and use abstract resources

In Mechanics: Advanced Game Design, the authors distinguished between concrete and abstract resources. Basically concrete resources are the ones you normally see in the game, and abstract resources are the ones that you don't but are there. Some example of abstract resources that I regularly use are strategic advantage and player skill. An example of advantage as a resource is information in a game with hidden information as a mechanic.  Certainly getting information that your opponents do not have increases your likelihood of winning the game.