Nobody's criticising Quake's code the same way they criticise the games I listed, which are full of magic numbers indexing lines of dialog or quest flags, and giant switch statements on the game state: https://github.com/TerryCavanagh/VVVVVV/blob/master/desktop_...
Comments
That describes pretty much the whole game industry tbh. Game dev is notorious for being a horrible mess of hacks on top of hacks
Nobody's criticising Quake's code the same way they criticise the games I listed, which are full of magic numbers indexing lines of dialog or quest flags, and giant switch statements on the game state: https://github.com/TerryCavanagh/VVVVVV/blob/master/desktop_...
Quake is the exception here. Read the codebase of any successful game from the past 40y and you’re very, very likely to see a complete mess