You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ On top of that, it offers many modern enhancements, including:
17
17
There was never any source code released for the original game, so this project
18
18
is based on reverse engineering. Disassembly from the original executable served as basis for writing new code from scratch, while video captures from DosBox were used for frame-by-frame verification.
19
19
See [my blog post](https://lethalguitar.wordpress.com/2019/05/28/re-implementing-an-old-dos-game-in-c-17/) to learn more about the process.
20
+
See [Duke2Reconstructed](https://github.com/lethal-guitar/Duke2Reconstructed) for what the original code might have looked like.
20
21
21
22
Try the [web version](https://rigelengine.nikolai-wuttke.de)! (compiled to wasm via Emscripten)
0 commit comments