AGENT PATISSIER


Published: 2018

What I did: Built a stealth + cooking game in 48 hours for the Ludum Dare #41 Compo (individual entry). Created and developed core game mechanics merging stealth and cooking sim concepts, crafted 10 different levels/stages and produced all art and sound assets.

Compo Outcome: #135 Overall Score (from a total of +1100 Compo entries)

Platforms: Web | Mac | Windows | Linux

Team size: 1

Project length: 48 hours

Engine and tools: Unity, Aseprite, Adobe Suite

Responsibilities: Level Design, Systems Design, Scripting, UI/UX Design, Technical Design, Pixel Art Creation

WHAT IS AGENT PATISSIER?


Agent Patissier is my Compo entry (built in 48 hours from scratch) for the Ludum Dare #44 Game Jam. The theme was "Choose 2 incompatible genres" and I chose to merge stealth and cooking sim.

The high-level core game loop of the game involves collecting 8 types of different ingredients without getting discovered (stealth), using those ingredients to craft desserts, and using those desserts to lure and distract patroling guards.

  • Stealth your way into the rooms and recover the 9 stolen pages.
  • Pick-up ingredients and use them to cook delicious desserts. Combine the 8 basic ingredients and discover new creations.
  • Bait the patroling guards with your mouth-watering creations and use the opportunity to get deeper into the building.
  • Four different types of enemies with varying behaviours and tastes.

ENEMIES


Enemy design was an important aspect of the game that I had to focus on early on. My main enemy design goal was to merge both stealth and cooking sim genres seamlessly, blurring the line that initially seemed to make them incompatible.

Therefore, enemies have cravings and specific tastes. Eating desserts affects them in different ways that feed back to the stealth aspect of the game: eyesight length changes, effects on speed, free roam time windows.


For example, Cookie Monster has a really long eyesight, but this gets reduced after eating cookies (which they love!).

LEVEL DESIGN


I designed a total of 10 levels for the Game Jam.

Do note that most of them have balancing issues which would need adjusting if this was a game meant to be released to the public. However, the design level concepts can still be appreciated, and there is a first attempt at building level progression by introducing mechanics in an incremental manner.

GAME ART

Due to the time challenge, in order to be able to produce the assets without spending long I decided to go for a simple Pixel Art style using Aseprite.

INGREDIENTS AND RECIPES

I created a total of 8 basic baking ingredients (butter, egg, milk, strawbery, cream, chocolate, flour, sugar) and a few dessert recipes that could be made from combinations of the basic ingredients.

ENEMIES, PLAYER AND EVIL GRANDMA

I produced all characters in top-down view (very inspired by Hotline Miami style).

TILES AND PROPS

In order to be able to produce a bunch of levels in a reasonable amount of time, I decided to go for a tile-based maps using Unity's TileMaps, which turned out to be a very good choice!