0x0@lemmy.zip to Programmer Humor@programming.dev · 3 months agotough choice?lemmy.zipexternal-linkmessage-square76linkfedilinkarrow-up1566arrow-down112
arrow-up1554arrow-down1external-linktough choice?lemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 3 months agomessage-square76linkfedilink
minus-squareAnarchistArtificer@slrpnk.netlinkfedilinkEnglisharrow-up2·3 months agoI wish that the code was open source, because it’d be super interesting to be able to look under the hood of a game like Rollercoaster Tycoon
minus-squaresquaresinger@lemmy.worldlinkfedilinkarrow-up3·3 months agoIt kinda is. Assembly is a 1:1 machine-code equivalent, so you just have to run the game through a disassembler and you get the “source”. You just dont get the documentation.
I wish that the code was open source, because it’d be super interesting to be able to look under the hood of a game like Rollercoaster Tycoon
It kinda is. Assembly is a 1:1 machine-code equivalent, so you just have to run the game through a disassembler and you get the “source”. You just dont get the documentation.