This commit is contained in:
Miloslav Ciz 2024-05-25 21:44:26 +02:00
parent b593b70f20
commit 412b7489cc
22 changed files with 1901 additions and 1769 deletions

View file

@ -4,6 +4,8 @@ Duke Nukem 3D (often just *duke 3D*) is a legendary first man shooter video [gam
Of course, Duke is sadly [proprietary](proprietary.md), as most gaymes, though the source code was later released as [FOSS](foss.md) under [GPL](gpl.md) (excluding the game data and proprietary engine, which is only [source available](source_available.md)). A self-proclaimed [FOSS](foss.md) engine for Duke with GPU accelerated graphics exists: [EDuke32](eduke32.md) -- the repository is kind of a mess though and it's hard to tell if it is legally legit as there are parts of the engine's proprietary code (which may be actually excluded from the compiled binary), so... not sure.
Duke was very much influenced by a very cool anticapitalist movie called *They Live*, up to the point to completely copy pasting some of the most memorable lines.
## Code
The codebase (including Build engine) is roughly 100000 [LOC](loc.md) of [C](c.md), with some parts in [assembly](assembly.md).