Culbrelai Posted June 29, 2017 Posted June 29, 2017 I heard RCT1 was written entirely in assembly? As a programmer-in-training this is fascinating and amazing to me. Is RCT2 also written in assembly? What about OpenRCT2?
Broxzier Posted June 29, 2017 Posted June 29, 2017 RCT2 was for 99% written in assembly, and 1% C for the DirectX interface. Assembly is close to machine language, and difficult to maintain, so it has been decompiled into C for OpenRCT2. OpenRCT2 uses a mix of C and C++. It's open source, so head over to the GitHub page to take a look at it yourself. 3
Recommended Posts