A Designer's Tricks: Why those Numbers?


Hello!
Today I'm going to talk about how I designed the economy numbers for Perish Alive, a  real-time strategy resource management game made for Ludum Dare :) I had to figure out: How much does a room cost? How much do upgrades cost? How much resource do we generate?

Design Method

I used affective-state design methodology. I started from "What do I want my player to feel?" and then designed the numbers to create that experience.

Step 1: Set a Goal

To begin with I asked the team 2 important questions.

  • How long is total game play?
  • Is it a high-paced, chill or idle?

The team wanted a High-paced 10mins game where the goal was to build all rooms. Since we only finished 30% of the game, I designed it for 3 minutes instead. With a clear goal in mind, I reverse engineered this goal to get the numbers. 

Step 2: Research similar games

I reverse engineered existing games into a spreadsheet. Taking note of the emotions evoked within me (Affective States), gateway resources, balancing loops, and progression curves. I choose to research successful idle games such as A Dark Room and Paperclips. I figured these idle games would be ideal references because there was no fancy art or features, so their system and progression design had to be solid.


Spreadsheet Analysis of "A Dark Room" during the Game Jam


A Essay Analysis of "A Dark Room" I wrote time time ago

Step 3: Write the User Story

The user story is a diary written from the player's point of view. Their thoughts as they play the game. This is time-stamped down to the seconds as I design minute-to-minute gameplay. Here's a first draft example (assuming 1 resource every 5 seconds):


Player's story for the first 20 seconds of gameplay

Step 4: Spreadsheet the Numbers

Once I had the player story down, it was relatively easy to create all the numbers, and I knew what emotive state I was trying to craft. Using a spreadsheet meant I could keep an eye on the big picture.

  • For example, coral and energy rooms were critically important. So these two were introduced first, and one at a time, by making Coral cost nothing, and then energy room the next cheapest. Introducing them one at a time also prevents paradox of choice and gives the player more time to familiarize with the core loop.
  • After which, I wanted to give them choices so they could choose different strategies. So pearl and weapon room were similar in cost. You can choose between early combat, or getting rooms earlier. (Ref: Point 8 in user story)


Step 5: Implement, Test, Reiterate

The last step is to implement, play test and refine to achieve the desired effect. If they didn't, I changed the numbers - not the player story. The overall vision stays fixed, and hence player story doesn't change. This way, the entire team is working towards a common goal and experience and can execute it the best way they know how - design, code, art, sound. :)))

Conclusion

And that's it! My 5-step process to designing the numbers!

The actual numbers in the game are completely different from the spreadsheet! xDDDD But because I had a reason behind every single number, it was easier to see which numbers needed to be tweaked when something felt off.

It's worth noting that I don't share information from all steps with my team, only Step 2. Because the rest of it is information overload. Here's an example of it in action during the actual development, where were were discussing introducing an enemy before and after 20 seconds would have huge differences:

Thanks for reading! If you have any questions, tips, or just want to chat I'd love to hear them! I'm still learning myself. :DDD

Files

Perish-Alive.zip 53 MB
Apr 23, 2020

Comments

Log in with itch.io to leave a comment.

Interesting read, always lovely to read the process behind it.

Thanks for reading! xD I didn't really expect anyone to read through everything haha ^^

You're welcome. I am always intrigued about how games were done, so had to read it. :)