Culbrelai Posted June 29, 2017 Share 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? Link to comment
Broxzier Posted June 29, 2017 Share 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 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now