lethal-guitar / RigelEngine

A modern re-implementation of the classic DOS game Duke Nukem II
GNU General Public License v2.0
911 stars 60 forks source link

Import (reconstructed) original source code #881

Closed lethal-guitar closed 1 year ago

lethal-guitar commented 1 year ago

Import the game logic code from https://github.com/lethal-guitar/Duke2Reconstructed and make it compile, for "Classic" game mode. This doesn't yet add the new game mode, only the code.

A few functions are left unimplemented here. These will be implemented on a separate branch, tying the classic code together with RigelEngine's infrastructure.