0x0@lemmy.zip to Programmer Humor@programming.dev · 4 days agotough choice?lemmy.zipexternal-linkmessage-square76fedilinkarrow-up1553arrow-down112
arrow-up1541arrow-down1external-linktough choice?lemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 4 days agomessage-square76fedilink
minus-squareAnarchistArtificer@slrpnk.netlinkfedilinkEnglisharrow-up2·3 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·3 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.