0x0@lemmy.zip to Programmer Humor@programming.dev · 12 days agotough choice?lemmy.zipexternal-linkmessage-square73linkfedilinkarrow-up1225arrow-down16
arrow-up1219arrow-down1external-linktough choice?lemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 12 days agomessage-square73linkfedilink
minus-squareAnarchistArtificer@slrpnk.netlinkfedilinkEnglisharrow-up2·11 days 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·11 days 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.