Pizza Tower Itch.io

A seasonal fangame that captures the exact physics of the original. It features snow-covered versions of classic levels and a new "Gingerbread" transformation. It is frequently updated on Itch.io during December.

Let’s clear up a common misconception. As of the full release in 2023, the official Pizza Tower page on Itch.io no longer hosts the playable demo publicly. The developer removed the demo files to entice players to purchase the superior, complete experience on Steam.

However, the store page still exists. If you visit tourdepizza.itch.io/pizza-tower, you will find a landing page that links to the Steam version. You cannot download the original demo directly from the official Itch.io page anymore.

So why do people still search for "pizza tower itch.io" ? Because of Internet Archiving.

Pepperoni Panic — A high-speed pizza platformer pizza tower itch.io

Dash, slide, and crush tomato-bad enemies in this chaotic love letter to Pizza Tower. Build your Momentum Meter to enter Saucy Rage and burn through levels at ludicrous speed.

# Player.gd
extends CharacterController2D

var momentum = 0 var max_momentum = 100 var in_saucy_rage = false

func _physics_process(delta): handle_movement() update_momentum() if momentum >= max_momentum and not in_saucy_rage: enter_saucy_rage()

func update_momentum(): if is_on_floor() and abs(velocity.x) > 50: momentum += delta * 15 else: momentum -= delta * 10 momentum = clamp(momentum, 0, max_momentum) A seasonal fangame that captures the exact physics

func enter_saucy_rage(): in_saucy_rage = true speed_multiplier = 1.5 modulate = Color(1, 0.5, 0) # orange tint # play visual shader + speed lines

This is a gray area. Tour De Pizza has publicly stated (via Discord and Twitter archives) that they are "not mad" about people archiving the old demos, provided you buy the full game if you enjoy it.

The golden rule: Downloading the abandoned 2019 demo is generally considered acceptable for preservation. Downloading the full 2023 game from an unauthorized Itch.io mirror is piracy. The developers worked for five years on this title; support them if you love the gameplay. Dash, slide, and crush tomato-bad enemies in this

It is not an exaggeration to say that Pizza Tower would not exist in its current form without Itch.io. The platform allowed McPig to release builds, get immediate feedback, and build a community during the long, dark years of development (2018-2023).

When the full game launched on Steam, it sold over 500,000 copies in its first month. That success was built on the backs of the 200,000+ players who downloaded the pizza tower itch.io demos, reported bugs, and spread memes of Peppino’s screaming face.

The platform served its true purpose: democratizing game development. A weird, loud, Italian platformer about a collapsing tower of pizza should have failed. But because it was accessible for free on Itch.io, it became a legend.

Title: Pepperoni Panic (example)
Genre: High-speed 2D platformer / “Wario Land meets Sonic”
Goal: Race through chaotic levels, build a combo meter, destroy pizza-themed enemies, and escape before time runs out.

Unique hook: Instead of just running right, you must “season” levels by collecting toppings while maintaining a Momentum Meter — max it out to enter Saucy Rage mode (temporary invincibility + speed boost).


A seasonal fangame that captures the exact physics of the original. It features snow-covered versions of classic levels and a new "Gingerbread" transformation. It is frequently updated on Itch.io during December.

Let’s clear up a common misconception. As of the full release in 2023, the official Pizza Tower page on Itch.io no longer hosts the playable demo publicly. The developer removed the demo files to entice players to purchase the superior, complete experience on Steam.

However, the store page still exists. If you visit tourdepizza.itch.io/pizza-tower, you will find a landing page that links to the Steam version. You cannot download the original demo directly from the official Itch.io page anymore.

So why do people still search for "pizza tower itch.io" ? Because of Internet Archiving.

Pepperoni Panic — A high-speed pizza platformer

Dash, slide, and crush tomato-bad enemies in this chaotic love letter to Pizza Tower. Build your Momentum Meter to enter Saucy Rage and burn through levels at ludicrous speed.

# Player.gd
extends CharacterController2D

var momentum = 0 var max_momentum = 100 var in_saucy_rage = false

func _physics_process(delta): handle_movement() update_momentum() if momentum >= max_momentum and not in_saucy_rage: enter_saucy_rage()

func update_momentum(): if is_on_floor() and abs(velocity.x) > 50: momentum += delta * 15 else: momentum -= delta * 10 momentum = clamp(momentum, 0, max_momentum)

func enter_saucy_rage(): in_saucy_rage = true speed_multiplier = 1.5 modulate = Color(1, 0.5, 0) # orange tint # play visual shader + speed lines

This is a gray area. Tour De Pizza has publicly stated (via Discord and Twitter archives) that they are "not mad" about people archiving the old demos, provided you buy the full game if you enjoy it.

The golden rule: Downloading the abandoned 2019 demo is generally considered acceptable for preservation. Downloading the full 2023 game from an unauthorized Itch.io mirror is piracy. The developers worked for five years on this title; support them if you love the gameplay.

It is not an exaggeration to say that Pizza Tower would not exist in its current form without Itch.io. The platform allowed McPig to release builds, get immediate feedback, and build a community during the long, dark years of development (2018-2023).

When the full game launched on Steam, it sold over 500,000 copies in its first month. That success was built on the backs of the 200,000+ players who downloaded the pizza tower itch.io demos, reported bugs, and spread memes of Peppino’s screaming face.

The platform served its true purpose: democratizing game development. A weird, loud, Italian platformer about a collapsing tower of pizza should have failed. But because it was accessible for free on Itch.io, it became a legend.

Title: Pepperoni Panic (example)
Genre: High-speed 2D platformer / “Wario Land meets Sonic”
Goal: Race through chaotic levels, build a combo meter, destroy pizza-themed enemies, and escape before time runs out.

Unique hook: Instead of just running right, you must “season” levels by collecting toppings while maintaining a Momentum Meter — max it out to enter Saucy Rage mode (temporary invincibility + speed boost).


Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

Este sitio usa Akismet para reducir el spam. Aprende cómo se procesan los datos de tus comentarios.

Siguiente artículo

Artículos relacionados

La fiebre por las tierras raras en el Ártico sueco

Este es el primer artículo de 'Un viaje a la ruta europea de las tierras raras: de la mina al imán', una serie en la que nos desplazaremos a lugares tan remotos como el Círculo Polar Ártico sueco y la frontera rusa en Estonia, pasando por las realidades territoriales del último pueblo indígena europeo y la influencia de la 'old school' soviética en la novedad europea.