SkillAgentSearch skills...

Thunderball

Decompilation of Peggle Deluxe 1.01

Install / Use

/learn @teampopwork/Thunderball
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Peggle Deluxe Decompilation

Discord | Contributing | License

This project aims to decompile the English 1.01 executable of Peggle Deluxe from the steam release. Many variable and function names have been taken from the Mac OS port, as PopCap generously built those executables with debug symbols.

<p align="center"> <img src="https://github.com/teampopwork/Thunderball/raw/refs/heads/gh-pages/progress.svg" alt="Progress" /> </p>

Building

Requirements:

  • CMake 3.18 or higher
  • Microsoft Visual C++ 14. A portable version can be obtained can be obtained here.

Run cmake -B build/ -G "NMake Makefiles" then cmake --build build to build.

Accuracy

For accuracy checking, we are using a tool derived from the Lego Island decompilation, reccmp. To install reccmp, install it through pip: pip install git+https://github.com/isledecomp/reccmp

Acknowledgements

Legal

  • This repository does not contain any game assets; you will need to get them from your own copy of the game. If you don't already own it, the Steam version is easily available to purchase: https://store.steampowered.com/app/3480/Peggle_Deluxe/
View on GitHub
GitHub Stars23
CategoryDevelopment
Updated3h ago
Forks2

Languages

C++

Security Score

80/100

Audited on Mar 31, 2026

No findings