Update
This commit is contained in:
parent
695e83f707
commit
28d52eba80
11 changed files with 1874 additions and 1834 deletions
2
doom.md
2
doom.md
|
@ -22,7 +22,7 @@ Some **[interesting](interesting.md) things** about Doom:
|
|||
|
||||
- Someone created a Doom system monitor for [Unix](unix.md) systems called [psDooM](psdoom.md) where the monsters in game are the operating system [processes](process.md) and killing the monsters kills the processes.
|
||||
- In 2024 some researchers made an experimental completely [neural network](neural_net.md) [AI](ai.md) game engine (called GameNGen) and implemented Doom with it -- basically they just made the network play Doom for a long time and so trained it to estimate the next frame from current input and a few previous frames. It can be played at 20+ FPS and looks a lot like Doom but it's also "weird", glitching, and having little persistence (it only remembers a few seconds back). Still pretty impressive.
|
||||
- The Crispy Doom engine adds `GOOBERS` cheat code which makes all all floor and ceilings the same height, effectively making the game a flat wolf3d-style game.
|
||||
- The Crispy Doom engine adds `GOOBERS` cheat code which makes all floors and ceilings the same height, effectively making the game a flat [wolf3d](wolf3d.md)-style game.
|
||||
- Someone (kgsws) has been [hacking](hacking.md) the ORIGINAL Doom engine in an impressive way WITHOUT modifying the source code or the binary, rather using [arbitrary code execution](arbitrary_code_execution.md) bug; he added very advanced features known from newer source ports, for example an improved 3D rendering algorithms allowing geometry above geometry etc. (see e.g. https://yt.artemislena.eu/watch?v=RdbRPNPUWlU). It's called the Ace engine.
|
||||
- Doom sprites were made from photos of physical things: weapons are modified photos of toys, enemies were made from clay and then photographed from multiple angles (actually a great alternative to [3D modeling](3d_model.md) that's less dependent on computers and produces more realistic results).
|
||||
- The strongest weapon in the game is name BFG9000, which stands for "big fucking gun".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue