0x0@lemmy.zip to Programmer Humor@programming.dev · 6 days agotough choice?lemmy.zipexternal-linkmessage-square77fedilinkarrow-up1501arrow-down111
arrow-up1490arrow-down1external-linktough choice?lemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 6 days agomessage-square77fedilink
minus-squareAnarchistArtificer@slrpnk.netlinkfedilinkEnglisharrow-up2·5 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·5 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.