Posted April 13, 2022 by Javier García
#Primer Turno #Board Games
This board game was created as part of the Colocando Conciertos jam, which is associated with the Primer Turno project, a board game design podcast with the goal of creating a new game each month in 2022.
The goal of the jam was to create a worker placement game with a concert theme. Being a fan of music and live events, I drew inspiration from the indie music festival scene in Mexico City, where events like Forevers Alone Fest, Perreo Millenial, and NRMAL have gained reputation over the years.
With this inspiration in mind, I aimed to:
Before diving into the game, the first problem I faced was my limited understanding of what a worker placement game really is. After watching some YouTube videos, I realized I had only played one game that used this mechanic: Blue Orange Games’ Photosynthesis. I highly recommend this video from Nights Around a Table to anyone learning about the mechanic.
After playing a few more worker placement games online, I decided that defining the game’s resources would be a good starting point. These resources were designed to simulate the real-life efforts required to create a music festival.
The next challenge—one of the biggest—was assigning values to these resources. Initially, I tried using Machinations to simulate the game’s economy, but I found its programming limitations frustrating despite its appealing graphics. After spending over a week on simulations, this was the progress I made:
After some setbacks and discussions on the jam’s official Discord server, I was advised not to rely too heavily on mathematical models. Ironically, this advice helped me solidify my approach of converting the relationships between resources into mathematical equations. I then switched to a programming language I was more comfortable with, which made the simulation straightforward. Feel free to clone it:
git clone https://github.com/javier-games/jam-festmogul.git