Xatolos@reddthat.com to Technology@lemmy.worldEnglish · edit-21 年前Quake-like game made with JavaScript takes up just 13KB of storagewww.tomshardware.comexternal-linkmessage-square86fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1external-linkQuake-like game made with JavaScript takes up just 13KB of storagewww.tomshardware.comXatolos@reddthat.com to Technology@lemmy.worldEnglish · edit-21 年前message-square86fedilinkfile-text
minus-squareuranibaba@lemmy.worldlinkfedilinkEnglisharrow-up0·1 年前The game also requires a renderer (browser) to play. I think what they did is impressive but the claim about the size feels like taking source code and saying “look how small on disk it is”
minus-squareTanoh@lemmy.worldlinkfedilinkEnglisharrow-up0·1 年前That is still source code, obfuscated but still source code.
The game also requires a renderer (browser) to play.
I think what they did is impressive but the claim about the size feels like taking source code and saying “look how small on disk it is”
It is js, it is always source code.
Except if it’s minified for production.
That is still source code, obfuscated but still source code.