Open Source · C++ · GPL v3

Pizza Legacy

An open-source reimplementation of Pizza Tycoon (a.k.a. Pizza Connection) (1994), the classic pizza empire management game.

Pizza Tycoon, rebuilt from scratch

Pizza Legacy is my hobby project (started in 2010) to reimplement the 1994 DOS game Pizza Tycoon. The original game was released in German for the Amiga and DOS as Pizza Connection. For modern audiences, the English DOS version was re-released digitally in 2017 using DOSBox under the same name, Pizza Connection.

My goal is to create a full implementation of the original engine only; this means that the assets are not included so you will need a copy of the English language DOS version of Pizza Tycoon / Pizza Connection. It is available digitally and frequently goes on sale for under a euro. If you have a legal copy of the original English DOS game lying around somewhere that should also work fine.

Get the original game: GOG → Steam →
Check out the manual for the original: pizzatycoon.org →

How far along is it?

Free mode is now playable from start to finish. The full economic loop works: restaurants, staff, pizzas, competitors. The surrounding systems are running now too: random staff events, mayor award ceremonies, police and mafia interactions, pizza competitions, and all the financial and market research screens. You get points, you can get a high score and you can go bust. You can even win!

Still missing

  • Customer walking animations
  • Attacking competitor restaurants with weapons
  • Staff training courses
  • Newspaper advertising
  • Mission mode
  • Original save game format (no plans to support this)

Plans for the future

Finish missing features

First things first, I want to add the missing features so the v1.0 release allows you to play the full game.


Tutorial

Pizza Tycoon was not the easiest game to get into, so I built the engine with a tutorial layer in mind to help new players find their way through.

Pizza Connection assets

I'm considering support for the (German language) Pizza Connection assets; I started working on the Amiga assets already and have it partially working, but since then I've found the DOS version of Pizza Connection as well and that is considerably closer to the English version so much easier to support.

Quality of life improvements

Some things in the original could be somewhat annoying or difficult to do, so increasing quality of life for players is something I'd like to do. I've already made quite a few improvements, and I'm hoping to be able to add more ways to improve the playability of the game. If you have ideas, reach out! Create an issue on Codeberg or reach me on Mastodon.

See it in action

See also: release v0.0.1 video, early progress video from 2013

Screenshots

These screenshots are from the v0.1.0 release running against original Pizza Tycoon assets.

Get Pizza Legacy

Windows
Pizza Legacy v0.1.0
64-bit · ZIP
Download →
Linux
Pizza Legacy v0.1.0
x86-64 · AppImage
Download →
macOS
Pizza Legacy v0.1.0
Apple Silicon (arm64) · ZIP
Download →
⚠ Gatekeeper will block the app — see the included README for how to open it.

Also available for: Haiku (x86-64) →

Source code

The source is hosted on Codeberg. Third-party libraries used by the project are listed in the repository README.