Designing Games, book by Tynan Sylvester

30 January, 2021

Designing Games, by Tynan Sylvester

Lately I finished the "Designing Games", by Tynan Sylvester, lead developer of Rimworld. Highly recommend to everyone who is interested in game design. This book is not about the code, but about experience that your game will create.

Not sure if I have something to add to this short statement. But I have some nice examples of author ideas he used in his games:

GAME DESIGN isn’t in code, art, or sound. It’s not in sculpting game pieces or painting game boards. Game design means crafting the rules that make those pieces come alive.

If you want a metaphor to use while thinking about games, don’t think of stories or movies. … Instead, think of a game as a strange kind of machine—an engine of experience.

And one of the best statements and paradoxes for the perfectionists out there:

In game design, temporarily accepting poor-quality work ultimately leads to better-quality work. This is the PARADOX OF QUALITY.

 


You might also be interested in the following posts:

"Digital Product Management" Well, I decided to learn more about being a product manager. It's always fun to complain where there is no PM in the workplace, but I wanted to see what was really missing, and why a PM was needed. So I decided to learn this top`ic by myself, I had some free time to spare, so why not?

Do not relay on colliders for fast moving objects. You need to use "Physics.Raycast" to determine when a collision took place.