The-New-Platinum-Team/OpenMBG — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an open source C++ recreation of Marble Blast Gold based on the old Torque Game Engine style codebase. I want it to compile on Windows using Visual Studio 2022 and CMake, and it should run as a playable game rather than just a tech demo.

The main goal is to preserve the feel of the original Marble Blast Gold while adding the known improvements from this project, especially terrain support, water support, and unlocked FPS by default. It should be organized cleanly into engine, game, and tools areas, with build files ready to use from the repo root.

Please include clear setup instructions for someone on Windows who has Visual Studio and CMake installed. Also make sure the README explains that old replay files might not sync perfectly because of floating point differences and mission loading differences. Keep the licensing notes accurate around Torque Game Engine changes and the MIT licensed portions.

Want more depth? Deep Reverse