CodeBurger

Build burgers from ingredient formulas.

CodeBurger is a puzzle-like game where food is generated using ingredient expressions. Ingredients combine like mathematical operations, creating strange and creative burgers.

Each recipe is randomly generated, and your burger is built layer by layer from the result.

Sometimes sauces appear as special rules that automatically apply to certain ingredients, creating unexpected combinations.

Every run produces a different burger.

How It Works

Ingredients can combine into expressions such as:

Fried(Meat) (Meat)Mix(Tomato) Fried((Meat)Mix(Tomato)) 

These expressions are then assembled into Burgers or Sandwiches.

The final result becomes a stack of layers from bottom to top.

Burger

A burger places bread at the bottom and top.

Recipe

Meat + Tomato Burger 

Layers (bottom → top)

Bread Meat Tomato Bread 

Sandwich

A sandwich places bread between every ingredient.

Recipe

Meat + Lettuce Sandwich 

Layers

Bread Meat Bread Lettuce Bread 

Sauce Rules

Sauces are applied above specific ingredients.

Recipe

Meat Burger (+Ketchup on Meat) 

Layers

Bread Meat Ketchup Bread 

If multiple ingredients match, the sauce is applied to all of them.

Example

Recipe

(Meat + Tomato Sandwich) Burger (+Mustard on Tomato) 

Layers (bottom → top)

Bread Bread Meat Bread Tomato Mustard Bread Bread 

Features

  • Procedurally generated burger recipes
  • Ingredient expressions that behave like formulas
  • Burgers, sandwiches, and sauce rules
  • Endless weird food combinations
Updated 7 days ago
Published 9 days ago
StatusReleased
PlatformsHTML5
AuthorIbuprofenkimo
Made withUnity

Leave a comment

Log in with itch.io to leave a comment.