How many lines of code does a typical DOS-era game have?
>>108564921i came here to kick gum and chew ass
>>108564921'bout tree fiddy
Both doom and duke nuken are open-source: https://github.com/id-software/doom , https://github.com/videogamepreservation/dukenukem3d .
>>108564921Fibonacci sequence (in thousands) since 1983.
>>108564921Enough to fill up 2 floppy disks
>>108564932And I'm all out of ass.
>>108564921More than 100.
>>108564921A few million.
>>108564921One line.
>>108564994this is missing the big picture. making these games required making tools that probably had has many, if not more, lines than the actual game. for instance, doom level editor is doing the heaving lifting of building the bsp-style structure that tell the game which sections of the map are visible from any other section.If you consider the C/C++ ecosystem of the time, it's also likely they wrote compiler plugins/build scripts, which a lot of companies did at the time.