Work-in-progress reconstruction of the original 1996 Windows C++ codebase behind
LEMBALL.EXE.
The goal of this project is to create a fully functional decompilation of Lemmings Paintball. The goal is to be as accurate as possible by matching the recompiled instructions to the original machine code. The goal is to provide a workable codebase that can be modified, improved, and later ported to other platforms.
Note: This repository is for decompilation only and its code is true to the original release. The reconstructed game target will not compile for targets other than 32-bit Windows.
This repository follows the same broad reporting pattern as marijnvdwerf/legoland: CI verifies the rebuilt binary with reccmp and then publishes an objdiff-format report.json generated from the comparison results.