Discord | Contributing | License
This project aims to decompile the English 1.01 executable of Peggle Deluxe from the steam release. Many variable or function names come from unstripped ports to other platforms cross-referenced with the target windows binary.
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.
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
- Alula for their Zuma Deluxe Decompilation that this project is initially based on
- PopCap for making this wonderful game
- 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/